# HG changeset patch # User Jeff Hammel # Date 1296676119 28800 # Node ID 53970e50639e6c0822b5edb97221ccf873cd9014 # Parent 7789fe9f8c303f78970cf8fd1d8fa013a3f377cd disable internal tests on mozmill until we get a manifest diff -r 7789fe9f8c30 -r 53970e50639e autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Wed Feb 02 11:22:34 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Wed Feb 02 11:48:39 2011 -0800 @@ -40,10 +40,10 @@ # run the in-built tests # TODO: see if these actually work! - self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), - '-t', - WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')], - description='run mozmill internal tests')) +# self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), +# '-t', +# WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests')], +# description='run mozmill internal tests')) # get the QA tests self.addStep(ShellCommand(command=['hg', 'clone', tests]))