diff --git a/tests/run_tests.sh b/tests/run_tests.sh index bfb13d008..7f1ee700e 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -1,3 +1,3 @@ #!/bin/sh rm reports/*.report -exec lua test.lua $* +exec lua test.lua "$@"