summaryrefslogtreecommitdiffstats
path: root/test/scons-time
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-01-06 01:56:48 (GMT)
committerSteven Knight <knight@baldmt.com>2010-01-06 01:56:48 (GMT)
commit8ac4bd1db25e722ea2bcc2466924938fa761c31f (patch)
treee6c7aa211f4fbca7b735728e43afff1a95773d1c /test/scons-time
parentbeec14fd10176903f04f40192a64cd1106ba9934 (diff)
downloadSCons-8ac4bd1db25e722ea2bcc2466924938fa761c31f.zip
SCons-8ac4bd1db25e722ea2bcc2466924938fa761c31f.tar.gz
SCons-8ac4bd1db25e722ea2bcc2466924938fa761c31f.tar.bz2
Fix some tests so they can still run on Windows system without
.py file associations.
Diffstat (limited to 'test/scons-time')
-rw-r--r--test/scons-time/run/subversion.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scons-time/run/subversion.py b/test/scons-time/run/subversion.py
index e3152fc..f895760 100644
--- a/test/scons-time/run/subversion.py
+++ b/test/scons-time/run/subversion.py
@@ -38,10 +38,11 @@ test = TestSCons_time.TestSCons_time()
test.write_sample_project('foo.tar')
+_python_ = TestSCons_time._python_
my_svn_py = test.write_fake_svn_py('my_svn.py')
test.write('config', """\
-svn = r'%(my_svn_py)s'
+svn = r'%(_python_)s %(my_svn_py)s'
""" % locals())
test.run(arguments = 'run -f config --svn http://xyzzy --number 617,716 foo.tar')