Bug 1573208 - Pre: Avoid duplicated `extra-options`. r=tomprince

Differential Revision: https://phabricator.services.mozilla.com/D41602

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nick Alexander 2019-08-21 22:50:45 +00:00
Родитель f906c88052
Коммит 8c601f356b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -368,7 +368,6 @@ def mozharness_test_on_generic_worker(config, job, taskdesc):
mh_command.extend(['--download-symbols', 'true'])
if mozharness.get('include-blob-upload-branch'):
mh_command.append('--blob-upload-branch=' + config.params['project'])
mh_command.extend(mozharness.get('extra-options', []))
# TODO: remove the need for run['chunked']
if mozharness.get('chunked') or test['chunks'] > 1: