Commit d19f8510 authored by dcheng@chromium.org's avatar dcheng@chromium.org

Fix run_webkit_tests.py --lint-test-files after r175748

TBR=dpranke@chromium.org
BUG=369385

Review URL: https://codereview.chromium.org/319423002

git-svn-id: svn://svn.chromium.org/blink/trunk@175759 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 097a6539
......@@ -59,8 +59,8 @@ def main(argv, stdout, stderr):
host = Host()
if options.lint_test_files:
from webkitpy.layout_tests.lint_test_expectations import lint
return lint(host, options, stderr)
from webkitpy.layout_tests.lint_test_expectations import run_checks
return run_checks(host, options, stderr)
try:
port = host.port_factory.get(options.platform, options)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment