Commit c284393
Fix Windows integration test for background jobs
Replace `&&` with `;` in the bg-shell mock command. PowerShell does
not support `&&` as a statement separator, causing the background job
to fail immediately on Windows CI. Semicolons work in both bash and
PowerShell.
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca-agent <git@eca.dev>1 parent 6a92a4c commit c284393
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
0 commit comments