1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 04:03:55 +00:00

remove compiled pys before running tests

This commit is contained in:
Daniel Grana 2009-08-11 15:11:31 -03:00
parent edb7150b27
commit 9a531b552e

View File

@ -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