Commit 8a31cbc
committed
fix: Windows E2E cleanup - use taskkill/tasklist for reliable process matching
Get-Process -Name glob may not match the child exe spawned via cmd
wrapper. Use taskkill /F /IM for stop and tasklist /FI for verify,
which match on the exact executable filename.1 parent 2d6b101 commit 8a31cbc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
0 commit comments