Mercurial > hg > autobot
changeset 218:c82a46673ce9
show the entire log
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 21 Mar 2011 15:08:04 -0700 |
parents | 5148132de9b6 |
children | b73ccb5bf337 |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Tue Feb 15 16:44:19 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Mar 21 15:08:04 2011 -0700 @@ -41,7 +41,8 @@ self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), '-b', WithProperties('%(firefox)s'), '-m', - WithProperties('%(virtualenv)s/src/mozmill/mozmill/test/manifest.ini')], + WithProperties('%(virtualenv)s/src/mozmill/mozmill/test/manifest.ini'), + '--show-all'], description='run mozmill internal tests')) # get the QA tests