This commit is contained in:
Kumar McMillan 2010-12-16 15:16:33 -06:00
Родитель d9db5b5b9c
Коммит 9bb3cbc4b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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