Skip to content

Commit

Permalink
Clean up .pyc files before running tests.
Browse files Browse the repository at this point in the history
Fixes bug 1015181

Change-Id: I5628de56464f882f804522c66d9ffbe35a3b21e1
  • Loading branch information
ameade committed Jun 19, 2012
1 parent 7aa688a commit 0c0fd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests.sh
Expand Up @@ -51,6 +51,8 @@ for arg in "$@"; do
done

function run_tests {
# Cleanup *pyc
${wrapper} find . -type f -name "*.pyc" -delete
# Just run the test suites in current environment
${wrapper} rm -f tests.sqlite
${wrapper} $NOSETESTS
Expand Down

0 comments on commit 0c0fd6a

Please sign in to comment.