# HG changeset patch # User Jeff Hammel # Date 1303506193 25200 # Node ID 91f4a20285bc748c434e2a466c4bc0d7678607ac # Parent 38f48e25e8ee1869450f5bb80c954eff6f988be5 interpolate only the string you care about diff -r 38f48e25e8ee -r 91f4a20285bc autobot/projects/toolbox/__init__.py --- a/autobot/projects/toolbox/__init__.py Fri Apr 22 13:47:55 2011 -0700 +++ b/autobot/projects/toolbox/__init__.py Fri Apr 22 14:03:13 2011 -0700 @@ -15,6 +15,6 @@ PythonSourceFactory.__init__(self, name='toolbox') # run the tests - self.addStep(ShellCommand(command=[WithProperties('%(python)s', 'test.py')], + self.addStep(ShellCommand(command=[WithProperties('%(python)s'), 'test.py'], workdir=WithProperties('%(virtualenv)s/src/toolbox/test'), description='test toolbox'))