Bug 1231261 - Append plugins to extra profile files instead of overwriting. r=dbaron
This commit is contained in:
@@ -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"]:
|
||||
|
||||
Reference in New Issue
Block a user