Ticket #7906: 7906.diff
File 7906.diff, 555 bytes (added by , 16 years ago) |
---|
-
tests/regressiontests/admin_scripts/tests.py
53 53 base_dir = os.path.dirname(project_dir) 54 54 55 55 # Build the command line 56 cmd = ' python "%s"' % script56 cmd = '%s "%s"' % (sys.executable, script) 57 57 cmd += ''.join([' %s' % arg for arg in args]) 58 58 59 59 # Remember the old environment