aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/run.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-11-01 10:39:36 -0400
committerJosh Matthews <josh@joshmatthews.net>2017-11-01 18:22:37 -0400
commit557e2d65b0088a38fcb6826526f6ddfd9449b62d (patch)
tree08e1342457d0983ce0d6d5a391b21b877c46ed79 /tests/wpt/run.py
parent1b4bc295073eceb8a20e23e91163fef43ff6f4cf (diff)
downloadservo-557e2d65b0088a38fcb6826526f6ddfd9449b62d.tar.gz
servo-557e2d65b0088a38fcb6826526f6ddfd9449b62d.zip
Use mach logging for single XHTML tests.
Diffstat (limited to 'tests/wpt/run.py')
-rw-r--r--tests/wpt/run.py2
1 files changed, 1 insertions, 1 deletions
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: