Ticket #8029: admin_scripts.diff

File admin_scripts.diff, 599 bytes (added by Ramiro Morales, 16 years ago)
  • tests/regressiontests/admin_scripts/tests.py

    diff -r f45e158b08d6 tests/regressiontests/admin_scripts/tests.py
    a b  
    6767        elif 'DJANGO_SETTINGS_MODULE' in os.environ:
    6868            del os.environ['DJANGO_SETTINGS_MODULE']
    6969
    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])
    7171
    7272        # Move to the test directory and run
    7373        os.chdir(test_dir)
Back to Top