diff --git a/scripts/test.sh b/scripts/test.sh index 3a7c9d1a9..595fa5f0e 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -159,7 +159,7 @@ apidoc) esac echo "$ make $TARGET" -make -j4 $TARGET +make -j4 $TARGET || exit $? case "$TEST" in apidoc)