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 Dec 7, 2021
1 parent 3ad99dc commit 289a4bb
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 @@ -75,4 +75,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 289a4bb

Please sign in to comment.