From 3d96016da1f8ab66a5f634876fc26a59aaa03da8 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 30 Oct 2010 16:03:00 -0200 Subject: [PATCH] runtests.sh: switched to 'text' repoter in trial --- bin/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runtests.sh b/bin/runtests.sh index 3c8079210..58ef8f134 100755 --- a/bin/runtests.sh +++ b/bin/runtests.sh @@ -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