| Index: testing/scripts/webkit_lint.py
|
| diff --git a/testing/scripts/webkit_lint.py b/testing/scripts/webkit_lint.py
|
| index c33f87b9c9458292c5a34a26a751459940d36bc4..eeb9367099964777779197dcd86d2e564d08df24 100755
|
| --- a/testing/scripts/webkit_lint.py
|
| +++ b/testing/scripts/webkit_lint.py
|
| @@ -14,6 +14,7 @@ import common
|
| def main_run(args):
|
| with common.temporary_file() as tempfile_path:
|
| rc = common.run_command([
|
| + sys.executable,
|
| os.path.join(common.SRC_DIR, 'third_party', 'WebKit',
|
| 'Tools', 'Scripts', 'lint-test-expectations'),
|
| '--json', tempfile_path
|
|
|