Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: testing/scripts/webkit_lint.py

Issue 970903005: Fix webkit scripts on Windows (explicitly use sys.executable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/scripts/webkit_python_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | testing/scripts/webkit_python_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698