Commit 2d6b101
committed
fix: Windows E2E - use cmd wrapper for detached process with log capture
Start-Process with -NoNewWindow and -RedirectStandardOutput may not
fully detach the process on Windows CI runners. Use cmd.exe wrapper
with -WindowStyle Hidden (matching the old working approach) while
still capturing stdout/stderr via cmd redirection.1 parent ec97323 commit 2d6b101
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
0 commit comments