From 731c569b5cc9eec750bf9fa32da41526491f1e3b Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Thu, 22 Mar 2012 16:38:28 -0300 Subject: [PATCH] fixed test-scrapyd.sh script after changed on insophia website --- extras/test-scrapyd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/test-scrapyd.sh b/extras/test-scrapyd.sh index 99993c089..f0171e616 100755 --- a/extras/test-scrapyd.sh +++ b/extras/test-scrapyd.sh @@ -82,7 +82,7 @@ if ! grep -q "Process finished" $scrapyd_log; then fi numitems="$(cat $feed_path | wc -l)" -if [ "$numitems" != "8" ]; then +if [ "$numitems" != "7" ]; then echo "error: wrong number of items scraped: $numitems" exit 1 fi