changeset 223:91f4a20285bc

interpolate only the string you care about
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 22 Apr 2011 14:03:13 -0700
parents 38f48e25e8ee
children c989bbb323cd
files autobot/projects/toolbox/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'))