runtests.sh: switched to 'text' repoter in trial

This commit is contained in:
Pablo Hoffman 2010-10-30 16:03:00 -02:00
parent f73449fed6
commit 3d96016da1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fi
find -name '*.py[co]' -delete
if [ $# -eq 0 ]; then
$trial scrapy scrapyd
$trial --reporter=text scrapy scrapyd
else
$trial "$@"
fi