Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CSS tests. #19070

Merged
merged 11 commits into from Nov 2, 2017

Use mach logging for single XHTML tests.

  • Loading branch information
jdm committed Nov 1, 2017
commit 557e2d65b0088a38fcb6826526f6ddfd9449b62d
@@ -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:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.