fix: skip respawn in gateway sigterm test
This commit is contained in:
@@ -104,6 +104,7 @@ describe("gateway SIGTERM", () => {
|
|||||||
cwd: process.cwd(),
|
cwd: process.cwd(),
|
||||||
env: {
|
env: {
|
||||||
...process.env,
|
...process.env,
|
||||||
|
CLAWDBOT_NO_RESPAWN: "1",
|
||||||
CLAWDBOT_STATE_DIR: stateDir,
|
CLAWDBOT_STATE_DIR: stateDir,
|
||||||
CLAWDBOT_CONFIG_PATH: configPath,
|
CLAWDBOT_CONFIG_PATH: configPath,
|
||||||
CLAWDBOT_SKIP_CHANNELS: "1",
|
CLAWDBOT_SKIP_CHANNELS: "1",
|
||||||
|
|||||||
Reference in New Issue
Block a user