Merge "Remove problematic .pyc file for local_settings after test run completion."

This commit is contained in:
Jenkins 2011-12-28 03:32:25 +00:00 committed by Gerrit Code Review
commit 96761fb9ac

View File

@ -372,6 +372,7 @@ function run_tests {
cp local/local_settings.py.bak local/local_settings.py cp local/local_settings.py.bak local/local_settings.py
rm local/local_settings.py.bak rm local/local_settings.py.bak
fi fi
rm local/local_settings.pyc
cd .. cd ..
if [ $with_coverage -eq 1 ]; then if [ $with_coverage -eq 1 ]; then