test(scripts): focus direct run routing · openclaw/openclaw@6ed9fb8
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -744,6 +744,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
744 | 744 | "scripts/lib/deprecated-plugin-sdk-usage.mjs", |
745 | 745 | ["test/scripts/check-deprecated-api-usage.test.ts"], |
746 | 746 | ], |
| 747 | +["scripts/lib/direct-run.mjs", ["test/scripts/changed-lanes.test.ts"]], |
747 | 748 | ["scripts/docker/cleanup-smoke/run.sh", ["test/scripts/docker-build-helper.test.ts"]], |
748 | 749 | [ |
749 | 750 | "scripts/docker/install-sh-e2e/run.sh", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1337,6 +1337,7 @@ describe("scripts/test-projects changed-target routing", () => {
|
1337 | 1337 | "scripts/lib/deprecated-plugin-sdk-usage.mjs", |
1338 | 1338 | ["test/scripts/check-deprecated-api-usage.test.ts"], |
1339 | 1339 | ], |
| 1340 | +["scripts/lib/direct-run.mjs", ["test/scripts/changed-lanes.test.ts"]], |
1340 | 1341 | ["scripts/lib/npm-verify-exec.ts", ["test/scripts/npm-verify-exec.test.ts"]], |
1341 | 1342 | [ |
1342 | 1343 | "scripts/lib/plugin-npm-runtime-build.mjs", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。