Tests: reset docker setup log before isolated assert

This commit is contained in:
김채완
2026-03-24 13:50:54 +09:00
committed by Peter Steinberger
parent 81be4b45a6
commit 3ce09bd071

View File

@@ -224,6 +224,7 @@ describe("scripts/docker/setup.sh", () => {
it("avoids shared-network openclaw-cli before the gateway is started", async () => {
const activeSandbox = requireSandbox(sandbox);
await writeFile(activeSandbox.logPath, "");
const result = runDockerSetup(activeSandbox);
expect(result.status).toBe(0);