summaryrefslogtreecommitdiffstats
path: root/test/script/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/functions.sh')
-rw-r--r--test/script/functions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/script/functions.sh b/test/script/functions.sh
index 361b364..523116d 100644
--- a/test/script/functions.sh
+++ b/test/script/functions.sh
@@ -3,7 +3,8 @@
function CHECK_RET
{
if [ $? -ne 0 ]; then
- echo "FAILED"
+ echo " FAILED"
+ exit -1
else
echo -n "."
fi