mirror of https://github.com/scrapy/scrapy.git
runtests.sh: switched to 'text' repoter in trial
This commit is contained in:
parent
f73449fed6
commit
3d96016da1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue