tests/run_tests.sh
author Kim Alvefur <zash@zash.se>
Sun, 25 Nov 2018 13:16:17 +0100
changeset 9647 bb8486491b48
parent 7501 92e1c8355694
permissions -rwxr-xr-x
mod_proxy65: Check what port is used at the time of the query Could have changed between startup and time of request
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
362
af21058d565e Add run_tests.sh
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
#!/bin/sh
af21058d565e Add run_tests.sh
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     2
rm reports/*.report
7501
92e1c8355694 run_tests: use "$@" for passing arguments [shellcheck]
Anton Shestakov <av6@dwimlabs.net>
parents: 6828
diff changeset
     3
exec lua test.lua "$@"