зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1658296 - Add extra kwargs required by wpt run, r=maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D86567
This commit is contained in:
Родитель
729d894772
Коммит
0d4af79641
|
@ -138,6 +138,8 @@ class WebPlatformTestsRunnerSetup(MozbuildObject):
|
||||||
kwargs["channel"] = None
|
kwargs["channel"] = None
|
||||||
kwargs["prompt"] = True
|
kwargs["prompt"] = True
|
||||||
kwargs["install_browser"] = False
|
kwargs["install_browser"] = False
|
||||||
|
kwargs["install_webdriver"] = None
|
||||||
|
kwargs["affected"] = None
|
||||||
|
|
||||||
# Install the deps
|
# Install the deps
|
||||||
# We do this explicitly to avoid calling pip with options that aren't
|
# We do this explicitly to avoid calling pip with options that aren't
|
||||||
|
|
Загрузка…
Ссылка в новой задаче