mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
Pass arguments through to bin/test_with_coverage
This commit is contained in:
parent
206abcd6e7
commit
f2ef804aa7
@ -4,7 +4,7 @@ set -x
|
||||
output_dir='test-results'
|
||||
mkdir -p $output_dir
|
||||
|
||||
coverage run --source="./cabot/" manage.py test
|
||||
coverage run --source="./cabot/" manage.py test $@
|
||||
status=$?
|
||||
|
||||
coverage report --omit="cabot/cabotapp/tests*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user