From 66de25d54adc9fd6b27bb363a7ec400549906c46 Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Mon, 8 Jun 2015 23:27:15 -0300 Subject: [PATCH] updating integration test script --- extras/test-scrapyd.sh | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/extras/test-scrapyd.sh b/extras/test-scrapyd.sh index a2f6056a..71805727 100755 --- a/extras/test-scrapyd.sh +++ b/extras/test-scrapyd.sh @@ -20,16 +20,14 @@ scrapy_dir=$(mktemp /tmp/test-scrapy.XXXXXXX -d) echo "scrapyd dir: $scrapyd_dir" echo "scrapy dir : $scrapy_dir" -bin/scrapyd -d $scrapyd_dir -l $scrapyd_log & +scrapyd -d $scrapyd_dir -l $scrapyd_log & cd $scrapy_dir scrapy startproject testproj cd testproj cat > testproj/spiders/insophia.py <