tests/run_tests.sh: Let status code propagate to shell
authorMatthew Wild <mwild1@gmail.com>
Fri, 4 Sep 2015 09:56:27 +0000 (10:56 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 4 Sep 2015 09:56:27 +0000 (10:56 +0100)
tests/run_tests.sh

index d93cd39b31941d73efeb31c062ce1352a267fc70..bfb13d0089aed7191ca37a1bf4731bf205d9d519 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 rm reports/*.report
-lua test.lua $*
+exec lua test.lua $*