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
commit23f225c7d15e8c073d5389597e7a509e5ed9821c (patch)
tree29a1735aceead9d7fbc64acfa45fb4bceeeb0a40 /tests
parent1b07e402cfa0842aeebf01265e0caff14a4ae3de (diff)
downloadprosody-23f225c7d15e8c073d5389597e7a509e5ed9821c.tar.gz
prosody-23f225c7d15e8c073d5389597e7a509e5ed9821c.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 $*