mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Display full output when running individual webdriver tests.
This commit is contained in:
parent
2fa004067b
commit
6797c2f7c5
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", ".xht"]:
|
||||
if file_ext in [".htm", ".html", ".js", ".xhtml", ".xht", ".py"]:
|
||||
use_mach_logging = True
|
||||
|
||||
if use_mach_logging:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue