# HG changeset patch # User Matthew Wild # Date 1441360587 -3600 # Node ID 766aa454c79f321ace5f91dae45e5770921c6d2f # Parent 85578994d376d42f30747f09aff693d6a9c8698b tests/run_tests.sh: Let status code propagate to shell diff -r 85578994d376 -r 766aa454c79f tests/run_tests.sh --- a/tests/run_tests.sh Fri Sep 04 10:55:39 2015 +0100 +++ b/tests/run_tests.sh Fri Sep 04 10:56:27 2015 +0100 @@ -1,3 +1,3 @@ #!/bin/sh rm reports/*.report -lua test.lua $* +exec lua test.lua $*