# HG changeset patch # User Jeff Hammel # Date 1309234116 25200 # Node ID c989bbb323cde1a2ed07de19985536c054453944 # Parent 91f4a20285bc748c434e2a466c4bc0d7678607ac update to use mutt for mozmill; tests now run, just fail diff -r 91f4a20285bc -r c989bbb323cd autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Fri Apr 22 14:03:13 2011 -0700 +++ b/autobot/projects/mozmill/__init__.py Mon Jun 27 21:08:36 2011 -0700 @@ -38,11 +38,9 @@ FirefoxDownloaderFactory.__init__(self, platform=platform, base_url=firefox_url) # run the in-built tests - self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), - '-b', WithProperties('%(firefox)s'), - '-m', - WithProperties('%(virtualenv)s/src/mozmill/mozmill/test/manifest.ini'), - '--show-all'], + self.findScript('mutt') + self.addStep(ShellCommand(command=[WithProperties('%(mutt)s'), + '-b', WithProperties('%(firefox)s')], description='run mozmill internal tests')) # get the QA tests