Mercurial > hg > autobot
changeset 224:c989bbb323cd
update to use mutt for mozmill; tests now run, just fail
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 27 Jun 2011 21:08:36 -0700 |
parents | 91f4a20285bc |
children | e4ba2231c36e |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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