summaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2014-10-22 09:33:42 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-22 16:33:57 +0000
commit97f5a65a2f26d4d2004a384f00e726ae466f9fc8 (patch)
tree62521bcf8e4ab2df9511363a7485a57c33b6f600 /testing/scripts
parent40299b2f5f23c63349a651725410f108ebaa7571 (diff)
downloadchromium_src-97f5a65a2f26d4d2004a384f00e726ae466f9fc8.zip
chromium_src-97f5a65a2f26d4d2004a384f00e726ae466f9fc8.tar.gz
chromium_src-97f5a65a2f26d4d2004a384f00e726ae466f9fc8.tar.bz2
Revert of Make get_compile_targets.py work on Windows (patchset #1 id:1 of https://codereview.chromium.org/671513014/)
Reason for revert: windows trybots broken please be around after landing changes and verify that bots are working Original issue's description: > Make get_compile_targets.py work on Windows > > BUG=422235 > R=bartfab@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/9f8fcc9bf8f8a47ce9178f2d8b4a9459f7063b1d TBR=bartfab@chromium.org,phajdan.jr@chromium.org NOTREECHECKS=true NOTRY=true BUG=422235 Review URL: https://codereview.chromium.org/676443002 Cr-Commit-Position: refs/heads/master@{#300686}
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/get_compile_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/get_compile_targets.py b/testing/scripts/get_compile_targets.py
index 16cff95..80d4f37 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(
- [sys.executable, os.path.join(common.SCRIPT_DIR, filename)] +
+ [os.path.join(common.SCRIPT_DIR, filename)] +
passthrough_args +
[
'compile_targets',