mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
Use mach logging for single XHTML tests.
This commit is contained in:
parent
1b4bc29507
commit
557e2d65b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue