mirror of https://gitee.com/bigwinds/arangodb
removed unnecessary 'exit 1'
This commit is contained in:
parent
df0a6f4abf
commit
2f106544e7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue