run cleanupRelay only once in TerminalIO and StandardIO (#153)

This commit is contained in:
Elijah Wright
2025-06-26 12:03:17 -04:00
committed by GitHub
parent 958a83b23b
commit 538ea78c33
5 changed files with 46 additions and 23 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ extension IntegrationSuite {
let status = try await exec.wait()
if status != 0 {
throw IntegrationError.assert(msg: "process \(idx) status for \(status) != 0")
throw IntegrationError.assert(msg: "process \(idx) status \(status) != 0")
}
var hasher = SHA256()
hasher.update(data: buffer.data)