зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1243083 - Enable e10s by default when using chunk-finder, r=jgraham
MozReview-Commit-ID: NlTGwdQ2nw --HG-- extra : rebase_source : 71587d5962eaedc79511c5c3884fabb65323560c
This commit is contained in:
Родитель
7c843580e3
Коммит
1bcb434a74
|
@ -714,11 +714,11 @@ def get_parser(argv=None):
|
|||
'chunkByDir directories.',
|
||||
default=None)
|
||||
|
||||
parser.add_argument('--e10s',
|
||||
action='store_true',
|
||||
parser.add_argument('--disable-e10s',
|
||||
action='store_false',
|
||||
dest='e10s',
|
||||
help='Find test on chunk with electrolysis preferences enabled.',
|
||||
default=False)
|
||||
help='Find test on chunk with electrolysis preferences disabled.',
|
||||
default=True)
|
||||
|
||||
parser.add_argument('-p', '--platform',
|
||||
choices=['linux', 'linux64', 'mac', 'macosx64', 'win32', 'win64'],
|
||||
|
|
Загрузка…
Ссылка в новой задаче