summaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
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',