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:
Christian Holler 2019-10-18 10:02:52 +00:00
Родитель bbe1d21219
Коммит e13ae32f18
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

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