summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc
index cfa9390aa..b572fbc63 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -39,6 +39,9 @@ function test_footer()
echo "ok $t";
else
echo "not ok $t";
+ if [ "$EXIT_EARLY" = "1" ]; then
+ exit $RET
+ fi
fi
dbg "RESULT $t: $RET";