Mercurial > hg > autobot
changeset 185:d8351b7b9edb
fix syntax error
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 01 Feb 2011 19:08:28 -0800 |
parents | a5709ef5e275 |
children | c7172ca54dff |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Tue Feb 01 19:06:08 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Tue Feb 01 19:08:28 2011 -0800 @@ -39,7 +39,7 @@ # TODO: see if these actually work! self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), '-t', - WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')] + WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')], description='run mozmill internal tests')) # get the QA tests