aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-09-04 10:56:27 +0100
committerMatthew Wild <mwild1@gmail.com>2015-09-04 10:56:27 +0100
commit9fd5e93f0c2e8c0526d718d17e2b96775436e0dd (patch)
tree29a1735aceead9d7fbc64acfa45fb4bceeeb0a40 /tests
parent8eca516eebe0f5ba899bc80879c430b3d13e27bb (diff)
downloadprosody-9fd5e93f0c2e8c0526d718d17e2b96775436e0dd.tar.gz
prosody-9fd5e93f0c2e8c0526d718d17e2b96775436e0dd.zip
tests/run_tests.sh: Let status code propagate to shell
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_tests.sh2
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 $*