Ticket #8029: admin_scripts.diff
File admin_scripts.diff, 599 bytes (added by , 16 years ago) |
---|
-
tests/regressiontests/admin_scripts/tests.py
diff -r f45e158b08d6 tests/regressiontests/admin_scripts/tests.py
a b 67 67 elif 'DJANGO_SETTINGS_MODULE' in os.environ: 68 68 del os.environ['DJANGO_SETTINGS_MODULE'] 69 69 70 os.environ['PYTHONPATH'] = os.pathsep.join([test_dir, base_dir])70 os.environ['PYTHONPATH'] = os.pathsep.join([test_dir, base_dir, old_python_path]) 71 71 72 72 # Move to the test directory and run 73 73 os.chdir(test_dir)