Skip to content

Commit acd18e5

Browse files
author
Zhen Li
committed
Fix the tck command line on windows
1 parent 438dbcc commit acd18e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def runcommand(command):
5959

6060
def runcommands(commands):
6161
if is_windows:
62+
commands = ["\"" + comm + "\"" if " " in comm else comm for comm in commands]
6263
commands = ['powershell.exe'] + commands
6364
return run0(commands)
6465

0 commit comments

Comments
 (0)