summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests b/tests/tests
index 6cad6dfb2..d437635b0 100755
--- a/tests/tests
+++ b/tests/tests
@@ -11,7 +11,7 @@ function exec()
echo $1
eval $1 $verbose
if [ $? -ne 0 ]
- then exit
+ then exit -1
fi
echo ""
}