mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
test(cli): isolate cold plugin import probes (#118404)
Co-authored-by: Peter Steinberger <steipete@mac-studio-sf2.local>
This commit is contained in:
committed by
GitHub
parent
e04caa6aee
commit
5c5aeaddc2
@@ -147,6 +147,8 @@ it.each(cases)(
|
||||
cwd: path.resolve("."),
|
||||
env: {
|
||||
...process.env,
|
||||
// This fixture owns command imports, not entrypoint respawn or compile-cache behavior.
|
||||
NODE_DISABLE_COMPILE_CACHE: "1",
|
||||
NODE_ENV: undefined,
|
||||
VITEST: undefined,
|
||||
OPENCLAW_CLAWHUB_URL: clawHubUrl,
|
||||
@@ -155,6 +157,7 @@ it.each(cases)(
|
||||
OPENCLAW_DISABLE_BUNDLED_PLUGINS: "1",
|
||||
OPENCLAW_DEV_SOURCE_ROOT: path.resolve("."),
|
||||
OPENCLAW_HOME: path.join(root, "home"),
|
||||
OPENCLAW_NO_RESPAWN: "1",
|
||||
OPENCLAW_STATE_DIR: stateDir,
|
||||
},
|
||||
maxBuffer: 4 * 1024 * 1024,
|
||||
|
||||
Reference in New Issue
Block a user