From 9f8fcc9bf8f8a47ce9178f2d8b4a9459f7063b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Wed, 22 Oct 2014 14:31:14 +0200 Subject: Make get_compile_targets.py work on Windows BUG=422235 R=bartfab@chromium.org Review URL: https://codereview.chromium.org/671513014 Cr-Commit-Position: refs/heads/master@{#300668} --- testing/scripts/get_compile_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/scripts/get_compile_targets.py b/testing/scripts/get_compile_targets.py index 80d4f37..16cff95 100755 --- a/testing/scripts/get_compile_targets.py +++ b/testing/scripts/get_compile_targets.py @@ -32,7 +32,7 @@ def main(argv): with common.temporary_file() as tempfile_path: rc = common.run_command( - [os.path.join(common.SCRIPT_DIR, filename)] + + [sys.executable, os.path.join(common.SCRIPT_DIR, filename)] + passthrough_args + [ 'compile_targets', -- cgit v1.1