From 23f225c7d15e8c073d5389597e7a509e5ed9821c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 4 Sep 2015 10:56:27 +0100 Subject: tests/run_tests.sh: Let status code propagate to shell --- tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run_tests.sh b/tests/run_tests.sh index d93cd39b..bfb13d00 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -1,3 +1,3 @@ #!/bin/sh rm reports/*.report -lua test.lua $* +exec lua test.lua $* -- cgit v1.2.3