Skip to content

Commit 9b106e0

Browse files
committed
Fixes running test262-esnext failed with installed python3.9 on win32 with space in path
Fixes jerryscript-project#4852 JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 55acdf2 commit 9b106e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/runners/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def get_platform_cmd_prefix():
7575

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

0 commit comments

Comments
 (0)