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:
neiljp (Neil Pilgrim) 2018-06-09 12:05:23 -07:00 committed by showell
parent d01f9c08ea
commit 2895853938

View file

@ -2,7 +2,7 @@
set -ev
tools/test-bots --coverage
tools/test-botserver --coverage combine
tools/test-zulip --coverage combine
tools/test-lib --coverage combine
tools/test-bots "$@" --coverage
tools/test-botserver "$@" --coverage combine
tools/test-zulip "$@" --coverage combine
tools/test-lib "$@" --coverage combine