We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1254352 commit 5c190dcCopy full SHA for 5c190dc
Sources/Integration/ContainerTests.swift
@@ -168,15 +168,9 @@ extension IntegrationSuite {
168
}
169
170
171
- // wait for all the exec'd processes.
172
try await group.waitForAll()
173
- print("all group processes exit")
174
175
- // kill the init process.
176
- try await container.kill(SIGKILL)
177
- let status = try await container.wait()
178
try await container.stop()
179
- print("Init process exited with: \(status)")
180
181
} catch {
182
throw error
@@ -240,10 +234,7 @@ extension IntegrationSuite {
240
234
241
235
242
236
243
244
237
245
246
-
247
238
248
239
try await exec.delete()
249
0 commit comments