Skip to content

Commit

Permalink
remove compiled pys before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Aug 11, 2009
1 parent edb7150 commit 9a531b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/runtests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9a531b5

Please sign in to comment.