test: add port ready, container cleanup

This commit is contained in:
vorotamoroz
2026-05-22 03:19:48 +00:00
parent cc3c992b1d
commit 3693d6a6b6
4 changed files with 171 additions and 22 deletions
+3 -1
View File
@@ -123,7 +123,9 @@ async function runNodeCommand(args: string[], stdinData?: Uint8Array): Promise<C
}).spawn();
if (TEE_ENABLED) {
Deno.stdout.writeSync(new TextEncoder().encode(`[CLI tee pid=${child.pid}] process: ${formatTeeCommand(cliArgs)}\n`));
Deno.stdout.writeSync(
new TextEncoder().encode(`[CLI tee pid=${child.pid}] process: ${formatTeeCommand(cliArgs)}\n`)
);
}
const stdoutPromise = collectStream(