# HG changeset patch # User Jeff Hammel # Date 1296694896 28800 # Node ID 05ecc0bc77579e963142dc2d7ddf70c6da61c014 # Parent c1c804aae3486f44a04e365f7a5299d4816aa0af run internal tests at long last diff -r c1c804aae348 -r 05ecc0bc7757 autobot/projects/mozmill/__init__.py --- 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]