servo: Merge #11848 - Update web-platform-tests to revision 346d5b51a122f7bb1c7747064499ef281a0200f7 (from servo:wpt-20160624); r=Ms2ger
Source-Repo: https://github.com/servo/servo Source-Revision: 235a6a6380f50985dcbce9fa3901551cc111c954
This commit is contained in:
@@ -621,7 +621,7 @@ def check_wpt_lint_errors(files):
|
||||
if os.path.isdir(wpt_working_dir):
|
||||
site.addsitedir(wpt_working_dir)
|
||||
from tools.lint import lint
|
||||
returncode = lint.lint(files)
|
||||
returncode = lint.lint(wpt_working_dir, files, output_json=False)
|
||||
if returncode:
|
||||
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status {0}".format(returncode))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user