test: harden changed-gate assertions · openclaw/openclaw@4b54a42
openclaw
·
2026-06-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -327,10 +327,10 @@ describe("run-oxlint", () => {
|
327 | 327 | runner, |
328 | 328 | [ |
329 | 329 | "import { writeFileSync } from 'node:fs';", |
330 | | -"writeFileSync(process.env.READY_FILE, String(process.pid));", |
331 | 330 | "process.on('SIGTERM', () => {", |
332 | 331 | " writeFileSync(process.env.IGNORED_FILE, 'SIGTERM');", |
333 | 332 | "});", |
| 333 | +"writeFileSync(process.env.READY_FILE, String(process.pid));", |
334 | 334 | "setInterval(() => {}, 1000);", |
335 | 335 | "", |
336 | 336 | ].join("\n"), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。