summaryrefslogtreecommitdiffstats
path: root/testing/scripts/webkit_lint.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/webkit_lint.py')
-rwxr-xr-xtesting/scripts/webkit_lint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/webkit_lint.py b/testing/scripts/webkit_lint.py
index c33f87b..eeb9367 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