summaryrefslogtreecommitdiffstats
path: root/testing/scripts/webkit_python_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/scripts/webkit_python_tests.py')
-rwxr-xr-xtesting/scripts/webkit_python_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/webkit_python_tests.py b/testing/scripts/webkit_python_tests.py
index 582cf32..b0c2fbc 100755
--- a/testing/scripts/webkit_python_tests.py
+++ b/testing/scripts/webkit_python_tests.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', 'test-webkitpy'),
'--write-full-results-to', tempfile_path,