Pass arguments through to bin/test_with_coverage

This commit is contained in:
Frank Hamand 2017-03-02 12:00:26 +00:00
parent 206abcd6e7
commit f2ef804aa7

View File

@ -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*"