mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 05:32:53 +00:00
Tests: reset docker setup log before isolated assert
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user