refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -28,7 +28,7 @@ function killGatewayListeners(port: number): PortProcess[] {
|
||||
function runTests() {
|
||||
const isolatedLock =
|
||||
process.env.CLAWDBOT_GATEWAY_LOCK ??
|
||||
path.join(os.tmpdir(), `clawdbot-gateway.lock.test.${Date.now()}`);
|
||||
path.join(os.tmpdir(), `moltbot-gateway.lock.test.${Date.now()}`);
|
||||
const result = spawnSync("pnpm", ["vitest", "run"], {
|
||||
stdio: "inherit",
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user