test-main: Pass command-line arguments to each script.
This allows use of: -p : Run all tests with pytest -v : Additionally run pytest results in verbose mode
This commit is contained in:
parent
d01f9c08ea
commit
2895853938
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
tools/test-bots --coverage
|
tools/test-bots "$@" --coverage
|
||||||
tools/test-botserver --coverage combine
|
tools/test-botserver "$@" --coverage combine
|
||||||
tools/test-zulip --coverage combine
|
tools/test-zulip "$@" --coverage combine
|
||||||
tools/test-lib --coverage combine
|
tools/test-lib "$@" --coverage combine
|
||||||
|
|
Loading…
Reference in a new issue