mirror of https://github.com/scrapy/scrapy.git
fixed test-scrapyd.sh script after changed on insophia website
This commit is contained in:
parent
8933e2f2be
commit
731c569b5c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue