Mercurial > hg > autobot
changeset 201:05ecc0bc7757
run internal tests at long last
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 02 Feb 2011 17:01:36 -0800 |
parents | c1c804aae348 |
children | 312c4a76462a |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Wed Feb 02 15:30:34 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Wed Feb 02 17:01:36 2011 -0800 @@ -36,14 +36,13 @@ # get firefox FirefoxDownloaderFactory.__init__(self, platform=platform, base_url=firefox_url) - # [TODO] # 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'), + '-b', WithProperties('%(firefox)s'), + '-m', + WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests/manifest.ini')], + description='run mozmill internal tests')) # get the QA tests test_dir = tests.rsplit('/', 1)[-1]