# HG changeset patch # User Jeff Hammel # Date 1296537675 28800 # Node ID a8fe4ddab1eed3fcbcfbf9997117508818952916 # Parent b96f1e121451440a90b28d52ff91949523acbfca add `mozmill --help` sanity check diff -r b96f1e121451 -r a8fe4ddab1ee autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Mon Jan 31 18:31:06 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Mon Jan 31 21:21:15 2011 -0800 @@ -20,8 +20,10 @@ )) # ensure mozmill works at all - # [TODO] mozmill --help - + self.findScript('mozmill') + self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s', '--help')], + description='mozmill --help')) + # get firefox # [TODO]