diff options
Diffstat (limited to 'tests/include.rc')
| -rw-r--r-- | tests/include.rc | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc index cfa9390aaef..b572fbc6379 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";  | 
