fix: keep host plugin registry out of live Docker state · openclaw/openclaw@134cc64
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -228,6 +228,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
228 | 228 | ["scripts/github/barnacle-auto-response.mjs", ["test/scripts/barnacle-auto-response.test.ts"]], |
229 | 229 | ["scripts/changed-lanes.mjs", ["test/scripts/changed-lanes.test.ts"]], |
230 | 230 | ["scripts/check-changed.mjs", ["test/scripts/changed-lanes.test.ts"]], |
| 231 | +["scripts/lib/live-docker-stage.sh", ["test/scripts/live-docker-stage.test.ts"]], |
231 | 232 | ["scripts/lib/vitest-local-scheduling.mjs", ["test/scripts/vitest-local-scheduling.test.ts"]], |
232 | 233 | [ |
233 | 234 | "scripts/run-vitest.mjs", |
@@ -251,6 +252,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
251 | 252 | const TOOLING_TEST_TARGETS = new Map([ |
252 | 253 | ["test/scripts/barnacle-auto-response.test.ts", ["test/scripts/barnacle-auto-response.test.ts"]], |
253 | 254 | ["test/scripts/changed-lanes.test.ts", ["test/scripts/changed-lanes.test.ts"]], |
| 255 | +["test/scripts/live-docker-stage.test.ts", ["test/scripts/live-docker-stage.test.ts"]], |
254 | 256 | ["test/scripts/test-projects.test.ts", ["test/scripts/test-projects.test.ts"]], |
255 | 257 | [ |
256 | 258 | "test/scripts/vitest-local-scheduling.test.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。