mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1231261 - Append plugins to extra profile files instead of overwriting. r=dbaron
This commit is contained in:
parent
c20881d9ea
commit
5e9d98dd49
@ -159,7 +159,7 @@ class ReftestRunner(MozbuildObject):
|
||||
"jstests.list")
|
||||
}
|
||||
|
||||
kwargs["extraProfileFiles"] = [os.path.join(self.topobjdir, "dist", "plugins")]
|
||||
kwargs["extraProfileFiles"].append(os.path.join(self.topobjdir, "dist", "plugins"))
|
||||
kwargs["symbolsPath"] = os.path.join(self.topobjdir, "crashreporter-symbols")
|
||||
|
||||
if not kwargs["tests"]:
|
||||
|
Loading…
Reference in New Issue
Block a user