# HG changeset patch # User Jeff Hammel # Date 1296616108 28800 # Node ID d8351b7b9edb8082bf4923ef4be38b86cdbf79a7 # Parent a5709ef5e275ffd6744befe9ae9ce352cc43616c fix syntax error diff -r a5709ef5e275 -r d8351b7b9edb autobot/projects/mozmill/__init__.py --- 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