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
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user