aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 20f76d09..cdfe3bdb 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -60,3 +60,5 @@ else
do_test "$i"
done
fi
+
+[ $FAILCOUNT -eq 0 ]