diff --git a/src/runtest.sh b/src/runtest.sh index cb7928d..41c9fca 100755 --- a/src/runtest.sh +++ b/src/runtest.sh @@ -474,4 +474,7 @@ if [ ! -z "$FAILED" ] then echo "# $NOK/$NTEST tests failed" echo "# The following test(s) failed: $FAILED" + exit 1 fi + +exit 0