test(e2e): refresh docker setup fixtures · openclaw/openclaw@29185ae
vincentkoc
·
2026-06-22
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -149,6 +149,10 @@ async function createDockerSetupSandbox(): Promise<DockerSetupSandbox> {
|
149 | 149 | join(repoRoot, "scripts", "lib", "docker-e2e-container.sh"), |
150 | 150 | join(rootDir, "scripts", "lib", "docker-e2e-container.sh"), |
151 | 151 | ); |
| 152 | +await copyFile( |
| 153 | +join(repoRoot, "scripts", "lib", "host-timeout.sh"), |
| 154 | +join(rootDir, "scripts", "lib", "host-timeout.sh"), |
| 155 | +); |
152 | 156 | await chmod(scriptPath, 0o755); |
153 | 157 | await writeFile(dockerfilePath, "FROM scratch\n"); |
154 | 158 | await writeFile( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。