From 5e87ed64995fb760711f5393704360c20ba67d70 Mon Sep 17 00:00:00 2001 From: Luar Roji Date: Tue, 5 Aug 2014 04:15:25 -0700 Subject: [PATCH] Fixed buildbot tests, after 242c085 --- Makefile.buildbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.buildbot b/Makefile.buildbot index 5af1f6b20..1621aba70 100644 --- a/Makefile.buildbot +++ b/Makefile.buildbot @@ -6,7 +6,7 @@ endif export PYTHONPATH=$(PWD) test: - coverage run --branch $(TRIAL) --reporter=text scrapy.tests + coverage run --branch $(TRIAL) --reporter=text tests rm -rf htmlcov && coverage html -s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/