diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-09-04 11:11:40 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-09-04 11:11:40 +0100 |
commit | d354bc41e91ae490da5d40807e5dd51d10da8c1f (patch) | |
tree | d409a1964df76fe222241923402f863655ea7437 /tests/run_tests.sh | |
parent | 1f99ea3fcfdb4b39dea39bcac6f1ecbb4f77630b (diff) | |
parent | 23f225c7d15e8c073d5389597e7a509e5ed9821c (diff) | |
download | prosody-d354bc41e91ae490da5d40807e5dd51d10da8c1f.tar.gz prosody-d354bc41e91ae490da5d40807e5dd51d10da8c1f.zip |
Merge 0.10->trunk
Diffstat (limited to 'tests/run_tests.sh')
-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 $* |