summaryrefslogtreecommitdiffstats
path: root/make-test
diff options
context:
space:
mode:
Diffstat (limited to 'make-test')
-rwxr-xr-xmake-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-test b/make-test
index 00ea676a..738a6106 100755
--- a/make-test
+++ b/make-test
@@ -25,6 +25,7 @@ done
if [ $failures ]; then
echo "[ Ran under $runs version(s); FAILED under $failures version(s) ]"
+ echo "FAIL!"
exit $failures
else
echo "[ Ran under $runs version(s); all OK ]"