From 557e2d65b0088a38fcb6826526f6ddfd9449b62d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 1 Nov 2017 10:39:36 -0400 Subject: [PATCH] Use mach logging for single XHTML tests. --- tests/wpt/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/run.py b/tests/wpt/run.py index 1c3d07b95ad..80bee213c5f 100644 --- a/tests/wpt/run.py +++ b/tests/wpt/run.py @@ -35,7 +35,7 @@ def run_tests(paths=None, **kwargs): use_mach_logging = False if len(kwargs["test_list"]) == 1: file_ext = os.path.splitext(kwargs["test_list"][0])[1].lower() - if file_ext in [".htm", ".html", ".js", ".xhtml"]: + if file_ext in [".htm", ".html", ".js", ".xhtml", ".xht"]: use_mach_logging = True if use_mach_logging: