Index: testing/scripts/webkit_python_tests.py |
diff --git a/testing/scripts/webkit_python_tests.py b/testing/scripts/webkit_python_tests.py |
index 582cf32153ab55547d22b73b285f167960e10c41..b0c2fbc1c7296da71cc862e88c610bc572d96e6e 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, |