Mercurial > mozilla > hg > MozillaTry
changeset 23:4016b1d28c79
command line switches
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 Dec 2012 11:41:27 -0800 |
parents | dde820879dba |
children | 484858dfbc03 |
files | mozillatry.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Fri Dec 07 11:38:13 2012 -0800 +++ b/mozillatry.py Fri Dec 07 11:41:27 2012 -0800 @@ -85,7 +85,8 @@ 'debug': {'default': True, 'help': "whether to try on debug builds"}, 'platforms': {'default': [], - 'help': "platforms to run on"}, + 'help': "platforms to run on", + "flags": ["-p", "--platform"]}, 'unittests': {'default': [], 'help': "unit tests to run", 'flags': ['-u', '--unittests']},