mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
run_tests: use "$@" for passing arguments [shellcheck]
This commit is contained in:
parent
59fd8e3707
commit
35b97a641c
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
rm reports/*.report
|
||||
exec lua test.lua $*
|
||||
exec lua test.lua "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue