From c83b7e14d7a342362cffc59bb74e2249fa5a57d0 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 7 Feb 2017 03:35:06 -0800 Subject: [PATCH] servo: Merge #15405 - Update web-platform-tests and CSS tests (from servo:wpt-20170206); r=jgraham Source-Repo: https://github.com/servo/servo Source-Revision: 6fe9fd226903b32cd78fc77c1efad37a2c3c8950 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : e870a843ef2017d5f121b3bc0bd011cc499da07e --- servo/python/servo/lints/wpt_lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/python/servo/lints/wpt_lint.py b/servo/python/servo/lints/wpt_lint.py index 0fab47c7c356..ba72a908a506 100644 --- a/servo/python/servo/lints/wpt_lint.py +++ b/servo/python/servo/lints/wpt_lint.py @@ -32,6 +32,6 @@ class Lint(LintRunner): site.addsitedir(wpt_working_dir) from tools.lint import lint file_dir = os.path.abspath(os.path.join(WPT_PATH, suite)) - returncode = lint.lint(file_dir, files, output_json=False) + returncode = lint.lint(file_dir, files, output_json=False, css_mode=False) if returncode: yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)