diff options
Diffstat (limited to 'test/scons-time/run/subversion.py')
-rw-r--r-- | test/scons-time/run/subversion.py | 3 |
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') |