# HG changeset patch # User Jeff Hammel # Date 1294795426 28800 # Node ID eec9947318661376dbfc9035bd6d32e9e2d17866 # Parent 550f9081664a75def940cb15a9db948e6489f03e use the proper python diff -r 550f9081664a -r eec994731866 autobot/projects/logparser/__init__.py --- 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')))