Run hudson tests verbosely
This commit is contained in:
Родитель
d9db5b5b9c
Коммит
9bb3cbc4b1
|
@ -71,7 +71,7 @@ export FORCE_DB='yes sir'
|
|||
|
||||
# with-coverage excludes sphinx so it doesn't conflict with real builds.
|
||||
if [[ $2 = 'with-coverage' ]]; then
|
||||
coverage run manage.py test --noinput --logging-clear-handlers --with-xunit -a'!sphinx'
|
||||
coverage run manage.py test -v 2 --noinput --logging-clear-handlers --with-xunit -a'!sphinx'
|
||||
coverage xml $(find apps lib -name '*.py')
|
||||
else
|
||||
python manage.py test --noinput --logging-clear-handlers --with-xunit
|
||||
|
|
Загрузка…
Ссылка в новой задаче