зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1589612 - Remove remaining lsan_dir from WPT mach command. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D49721 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
bbe1d21219
Коммит
e13ae32f18
|
@ -76,9 +76,6 @@ class WebPlatformTestsRunnerSetup(MozbuildObject):
|
|||
if kwargs["host_cert_path"] is None:
|
||||
kwargs["host_cert_path"] = os.path.join(cert_root, "web-platform.test.pem")
|
||||
|
||||
if kwargs["lsan_dir"] is None:
|
||||
kwargs["lsan_dir"] = os.path.join(self.topsrcdir, "build", "sanitizers")
|
||||
|
||||
if kwargs["reftest_screenshot"] is None:
|
||||
kwargs["reftest_screenshot"] = "fail"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче