Merge "Remove problematic .pyc file for local_settings after test run completion."
This commit is contained in:
commit
96761fb9ac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user