Software /
code /
prosody
Annotate
tests/run_tests.sh @ 7866:b6d99132d7dc
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 25 Jan 2017 11:18:00 +0100 |
parent | 7498:92e1c8355694 |
rev | line source |
---|---|
362 | 1 #!/bin/sh |
2 rm reports/*.report | |
7498
92e1c8355694
run_tests: use "$@" for passing arguments [shellcheck]
Anton Shestakov <av6@dwimlabs.net>
parents:
6825
diff
changeset
|
3 exec lua test.lua "$@" |