From 9a531b552eec7ce20fcfa7ae76aa60056cb02660 Mon Sep 17 00:00:00 2001 From: Daniel Grana Date: Tue, 11 Aug 2009 15:11:31 -0300 Subject: [PATCH] remove compiled pys before running tests --- bin/runtests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/runtests.sh b/bin/runtests.sh index b381e29d8..48a623d6d 100755 --- a/bin/runtests.sh +++ b/bin/runtests.sh @@ -16,6 +16,7 @@ fi # disable custom settings for running tests in a neutral environment export SCRAPY_SETTINGS_DISABLED=1 +find -name '*.py[co]' -delete if [ $# -eq 0 ]; then $trial scrapy else