1
0
Fork 0

removed unnecessary 'exit 1'

This commit is contained in:
Frank Celler 2016-01-24 10:49:52 +01:00
parent df0a6f4abf
commit 2f106544e7
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ make jslint || exit 1
echo echo
echo "$0: testing ArangoDB" echo "$0: testing ArangoDB"
./scripts/unittest all --skipRanges true --skipTimeCritical true --skipSsl true --skipBoost true --skipGeo true || exit 1 ./scripts/unittest all --skipRanges true --skipTimeCritical true --skipSsl true --skipBoost true --skipGeo true
success=`cat out/UNITTEST_RESULT_EXECUTIVE_SUMMARY.json` success=`cat out/UNITTEST_RESULT_EXECUTIVE_SUMMARY.json`
if test "$success" == "false"; then if test "$success" == "false"; then
exit 1 exit 1