fixed test-scrapyd.sh script after changed on insophia website

This commit is contained in:
Pablo Hoffman 2012-03-22 16:38:28 -03:00
parent 8933e2f2be
commit 731c569b5c
1 changed files with 1 additions and 1 deletions

View File

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