mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 09:20:44 +00:00
QA: fix private runtime source loading
Fix the private QA wrapper and source-checkout runtime paths so qa-lab, qa-channel, and qa-matrix resolve their local-only SDK surfaces and staged bundled plugins reliably. This keeps private QA behavior local-only, restores source-runner discovery, and makes the isolated gateway runtime load the right plugin tree under Node.
This commit is contained in:
@@ -397,7 +397,7 @@ export async function runNodeMain(params = {}) {
|
||||
path: path.join(deps.cwd, sourceRoot),
|
||||
}));
|
||||
deps.configFiles = runNodeConfigFiles.map((filePath) => path.join(deps.cwd, filePath));
|
||||
deps.privateQaDistEntry = path.join(deps.distRoot, "extensions", "qa-lab", "cli.js");
|
||||
deps.privateQaDistEntry = path.join(deps.distRoot, "plugin-sdk", "qa-lab.js");
|
||||
if (deps.args[0] === "qa") {
|
||||
deps.env.OPENCLAW_BUILD_PRIVATE_QA = "1";
|
||||
deps.env.OPENCLAW_ENABLE_PRIVATE_QA_CLI = "1";
|
||||
|
||||
Reference in New Issue
Block a user