





















@@ -716,6 +716,13 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
716716["test/scripts/bundled-plugin-source-utils.test.ts"],
717717],
718718["scripts/lib/dev-tooling-safety.ts", ["test/scripts/dev-tooling-safety.test.ts"]],
719+["scripts/docker/cleanup-smoke/run.sh", ["test/scripts/docker-build-helper.test.ts"]],
720+[
721+"scripts/docker/install-sh-e2e/run.sh",
722+["test/scripts/docker-build-helper.test.ts", "test/scripts/test-install-sh-docker.test.ts"],
723+],
724+["scripts/docker/install-sh-nonroot/run.sh", ["test/scripts/test-install-sh-docker.test.ts"]],
725+["scripts/docker/install-sh-smoke/run.sh", ["test/scripts/test-install-sh-docker.test.ts"]],
719726["scripts/lib/docker-e2e-container.sh", ["test/scripts/docker-build-helper.test.ts"]],
720727["scripts/lib/docker-e2e-package.sh", ["test/scripts/docker-build-helper.test.ts"]],
721728["scripts/lib/format-generated-module.mjs", ["test/scripts/format-generated-module.test.ts"]],
@@ -761,6 +768,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
761768"test/scripts/upgrade-survivor-config-recipe.test.ts",
762769],
763770],
771+[
772+"scripts/lib/npm-pack-budget.mjs",
773+["test/release-check.test.ts", "test/scripts/test-install-sh-docker.test.ts"],
774+],
764775["scripts/lib/openclaw-release-clawhub-plan.ts", ["test/plugin-clawhub-release.test.ts"]],
765776[
766777"scripts/lib/plugin-clawhub-release.ts",
@@ -813,6 +824,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
813824["scripts/docker-e2e.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]],
814825["scripts/docker-e2e-rerun.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]],
815826["scripts/docker-e2e-timings.mjs", ["test/scripts/docker-e2e-helper-cli.test.ts"]],
827+["scripts/e2e/bun-global-install-smoke.sh", ["test/scripts/test-install-sh-docker.test.ts"]],
816828["scripts/generate-npm-shrinkwrap.mjs", ["test/scripts/generate-npm-shrinkwrap.test.ts"]],
817829[
818830"scripts/install.sh",
@@ -875,6 +887,10 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
875887["scripts/test-extension-batch.mjs", ["test/scripts/test-extension.test.ts"]],
876888["scripts/test-force.ts", ["test/scripts/test-force.test.ts"]],
877889["scripts/test-live.mjs", ["test/scripts/test-live.test.ts"]],
890+[
891+"scripts/test-install-sh-e2e-docker.sh",
892+["test/scripts/docker-build-helper.test.ts", "test/scripts/test-install-sh-docker.test.ts"],
893+],
878894["scripts/tsdown-build.mjs", ["test/scripts/tsdown-build.test.ts"]],
879895["scripts/verify.mjs", ["test/scripts/verify.test.ts"]],
880896["scripts/verify-pr-hosted-gates.mjs", ["test/scripts/verify-pr-hosted-gates.test.ts"]],
@@ -1259,6 +1275,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
12591275"scripts/check-gateway-watch-regression.mjs",
12601276["test/scripts/check-gateway-watch-regression.test.ts"],
12611277],
1278+["scripts/write-package-dist-inventory.ts", ["test/scripts/test-install-sh-docker.test.ts"]],
12621279["scripts/e2e/cron-mcp-cleanup-seed.ts", ["test/scripts/docker-e2e-seeds.test.ts"]],
12631280["scripts/bundled-plugin-assets.mjs", ["test/scripts/bundled-plugin-assets.test.ts"]],
12641281["scripts/bundle-a2ui.mjs", ["test/scripts/bundled-plugin-assets.test.ts"]],
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。