comparison mozillatry.py @ 23:4016b1d28c79

command line switches
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Dec 2012 11:41:27 -0800
parents dde820879dba
children 484858dfbc03
comparison
equal deleted inserted replaced
22:dde820879dba 23:4016b1d28c79
83 options = {'opt': {'default': True, 83 options = {'opt': {'default': True,
84 'help': "whether to try on opt builds"}, 84 'help': "whether to try on opt builds"},
85 'debug': {'default': True, 85 'debug': {'default': True,
86 'help': "whether to try on debug builds"}, 86 'help': "whether to try on debug builds"},
87 'platforms': {'default': [], 87 'platforms': {'default': [],
88 'help': "platforms to run on"}, 88 'help': "platforms to run on",
89 "flags": ["-p", "--platform"]},
89 'unittests': {'default': [], 90 'unittests': {'default': [],
90 'help': "unit tests to run", 91 'help': "unit tests to run",
91 'flags': ['-u', '--unittests']}, 92 'flags': ['-u', '--unittests']},
92 'talostests': {'default': [], 93 'talostests': {'default': [],
93 'help': "talos tests to run", 94 'help': "talos tests to run",