diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-09-04 10:56:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-09-04 10:56:27 +0100 |
commit | 23f225c7d15e8c073d5389597e7a509e5ed9821c (patch) | |
tree | 29a1735aceead9d7fbc64acfa45fb4bceeeb0a40 /tests | |
parent | 1b07e402cfa0842aeebf01265e0caff14a4ae3de (diff) | |
download | prosody-23f225c7d15e8c073d5389597e7a509e5ed9821c.tar.gz prosody-23f225c7d15e8c073d5389597e7a509e5ed9821c.zip |
tests/run_tests.sh: Let status code propagate to shell
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $* |