Skip to content

Commit b491f0f

Browse files
committed
container wait for exit
1 parent e8d0474 commit b491f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/e2e/src/tenv.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ export function createTenv(cwd: string): Tenv {
870870
await ctr.start();
871871

872872
const container: Container = {
873+
waitForExit: ctr.wait(),
873874
containerName,
874875
name,
875876
port: hostPort,

0 commit comments

Comments
 (0)