mirror of
https://github.com/apple/container.git
synced 2026-09-22 07:35:36 +00:00
run cleanupRelay only once in TerminalIO and StandardIO (#153)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user