comparison mozillatry.py @ 22:dde820879dba

syntax error
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Dec 2012 11:38:13 -0800
parents 0cac33b7682a
children 4016b1d28c79
comparison
equal deleted inserted replaced
21:0cac33b7682a 22:dde820879dba
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 'unittests': {'default': [], 89 'unittests': {'default': [],
90 'help': "unit tests to run", 90 'help': "unit tests to run",
91 'flags': ['-u', '--unittests']}, 91 'flags': ['-u', '--unittests']},
92 'talostests': {'default': [], 92 'talostests': {'default': [],
93 'help': "talos tests to run", 93 'help': "talos tests to run",