changeset 82:eec994731866

use the proper python
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 17:23:46 -0800
parents 550f9081664a
children 42cdcb431462
files autobot/projects/logparser/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/logparser/__init__.py	Tue Jan 11 17:22:27 2011 -0800
+++ b/autobot/projects/logparser/__init__.py	Tue Jan 11 17:23:46 2011 -0800
@@ -14,5 +14,5 @@
                                  hg_sources=['http://hg.mozilla.org/automation/logparser/'])
 
     # run the tests
-    self.addStep(ShellCommand(command=['python', 'test_logparser.py'],
+    self.addStep(ShellCommand(command=[WithProperties('%(python)s', 'test_logparser.py'],
                               workdir=WithProperties('%(virtualenv)s/src/logparser/logparser')))