mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1720101 - Set mozinfo["fission"] for test-verify; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D127998
This commit is contained in:
parent
bfd5190061
commit
18ae9811d4
@ -323,6 +323,8 @@ class SingleTestMixin(object):
|
||||
mozinfo.find_and_update_from_json(dirs["abs_test_install_dir"])
|
||||
e10s = self.config.get("e10s", False)
|
||||
mozinfo.update({"e10s": e10s})
|
||||
is_fission = "fission.autostart=true" in self.config.get("extra_prefs", [])
|
||||
mozinfo.update({"fission": is_fission})
|
||||
headless = self.config.get("headless", False)
|
||||
mozinfo.update({"headless": headless})
|
||||
if mozinfo.info["buildapp"] == "mobile/android":
|
||||
|
Loading…
x
Reference in New Issue
Block a user