test(pi): make Windows job fixture exit successfully

This commit is contained in:
SaladDay
2026-08-03 15:50:03 +00:00
parent 655bee48a0
commit 84f8c87795
+1 -1
View File
@@ -1336,7 +1336,7 @@ mod tests {
let started = Instant::now();
for _ in 0..8 {
let output = execute_config_command(
"start \"\" /b cmd /D /S /C \"ping 127.0.0.1 -n 30 >nul\" & <nul set /p =ready",
"start \"\" /b cmd /D /S /C \"ping 127.0.0.1 -n 30 >nul\" & <nul set /p =ready & exit /b 0",
)
.expect("command output");
assert_eq!(output, "ready");