Bug 1231261 - Append plugins to extra profile files instead of overwriting. r=dbaron

This commit is contained in:
Geoffrey Sneddon
2015-12-10 13:34:00 +01:00
parent 4c13303fbd
commit 9258c1ee2a

View File

@@ -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"]: