зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1587109 - Set initial fx_android run_info_extras from firefox desktop, r=ato
Differential Revision: https://phabricator.services.mozilla.com/D48559 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8d4072c53b
Коммит
92b801a8d0
|
@ -10,7 +10,7 @@ from .base import (get_free_port,
|
|||
from ..executors.executormarionette import (MarionetteTestharnessExecutor, # noqa: F401
|
||||
MarionetteRefTestExecutor) # noqa: F401
|
||||
from .firefox import (get_timeout_multiplier, # noqa: F401
|
||||
run_info_browser_version,
|
||||
run_info_extras as fx_run_info_extras,
|
||||
update_properties, # noqa: F401
|
||||
executor_kwargs, # noqa: F401
|
||||
FirefoxBrowser) # noqa: F401
|
||||
|
@ -65,10 +65,10 @@ def env_extras(**kwargs):
|
|||
|
||||
|
||||
def run_info_extras(**kwargs):
|
||||
rv = fx_run_info_extras(**kwargs)
|
||||
package = kwargs["package_name"]
|
||||
rv = {"e10s": True if package is not None and "geckoview" in package else False,
|
||||
"headless": False}
|
||||
rv.update(run_info_browser_version(kwargs["binary"]))
|
||||
rv.update({"e10s": True if package is not None and "geckoview" in package else False,
|
||||
"headless": False})
|
||||
return rv
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче