Mercurial > mozilla > hg > MozillaTry
comparison mozillatry.py @ 50:582f3571ab33 default tip
better help string
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 31 May 2013 19:48:55 -0700 |
| parents | ca72b5866da1 |
| children |
comparison
equal
deleted
inserted
replaced
| 49:ca72b5866da1 | 50:582f3571ab33 |
|---|---|
| 129 options = {'opt': {'default': True, | 129 options = {'opt': {'default': True, |
| 130 'help': "whether to try on opt builds"}, | 130 'help': "whether to try on opt builds"}, |
| 131 'debug': {'default': True, | 131 'debug': {'default': True, |
| 132 'help': "whether to try on debug builds"}, | 132 'help': "whether to try on debug builds"}, |
| 133 'platforms': {'default': [], | 133 'platforms': {'default': [], |
| 134 'help': "platforms to run on", | 134 'help': "platforms to run on, 'all' if not specified", |
| 135 "flags": ["-p", "--platform"]}, | 135 "flags": ["-p", "--platform"]}, |
| 136 'unittests': {'default': [], | 136 'unittests': {'default': [], |
| 137 'help': "unit tests to run", | 137 'help': "unit tests to run", |
| 138 'flags': ['-u', '--unittests']}, | 138 'flags': ['-u', '--unittests']}, |
| 139 'talostests': {'default': [], | 139 'talostests': {'default': [], |
