run_tests: use "$@" for passing arguments [shellcheck]

This commit is contained in:
Anton Shestakov 2016-07-14 17:23:57 +08:00
parent 59fd8e3707
commit 35b97a641c

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
rm reports/*.report rm reports/*.report
exec lua test.lua $* exec lua test.lua "$@"