diff --git a/tests/complete-ci-tests b/tests/complete-ci-tests index e9595b03..b536dc9e 100755 --- a/tests/complete-ci-tests +++ b/tests/complete-ci-tests @@ -7,7 +7,7 @@ if [ `dirname $0` != "." ]; then echo "only run this script like ./`basename $0`" - exit + exit 1 fi set -e @@ -22,7 +22,7 @@ if [ -z $ANDROID_HOME ]; then . ~/.android/bashrc else echo "ANDROID_HOME must be set!" - exit + exit 1 fi fi