From 6797c2f7c59415ad567e8b947a50f8fb415408f8 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 20 Nov 2017 14:47:54 -0500 Subject: [PATCH] Display full output when running individual webdriver 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 80bee213c5f..92a3a45ded8 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", ".xht"]: + if file_ext in [".htm", ".html", ".js", ".xhtml", ".xht", ".py"]: use_mach_logging = True if use_mach_logging: