# HG changeset patch # User Jeff Hammel # Date 1300745284 25200 # Node ID c82a46673ce925862b949193c752b65da6d9228c # Parent 5148132de9b680a7c3f95923b91e8042b012bd94 show the entire log diff -r 5148132de9b6 -r c82a46673ce9 autobot/projects/mozmill/__init__.py --- 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