Skip to content

Commit

Permalink
Fixes running test262-esnext failed with installed python3.9 on win32…
Browse files Browse the repository at this point in the history
… with space in path

Fixes jerryscript-project#4852

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
  • Loading branch information
lygstate committed Nov 13, 2024
1 parent 43f5026 commit 8b0627e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runners/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def get_platform_cmd_prefix():

def get_python_cmd_prefix():
# python script doesn't have execute permission on github actions windows runner
return get_platform_cmd_prefix() + [sys.executable or 'python']
return [sys.executable or 'python']

0 comments on commit 8b0627e

Please sign in to comment.