fix(agent99): silence check progress stream
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
ogt
2026-07-14 22:09:55 +08:00
parent 57bf2c9463
commit 8770feb61a
2 changed files with 3 additions and 2 deletions

View File

@@ -671,6 +671,7 @@ def test_check_mode_uses_bounded_control_command_without_ssh_stdin(
assert "agent99-contract-check.ps1" in check_script
assert "Get-FileHash" in check_script
assert "runtimeContract" in check_script
assert check_script.count("ProgressPreference") == 2
assert "remoteWritePerformed" in check_script
assert "$z[$n]=$false" in check_script
for write_command in (