test(release): align source checkout runtime expectations

This commit is contained in:
Peter Steinberger
2026-05-02 17:13:33 +01:00
parent c336ab9e46
commit b4d0935557
2 changed files with 14 additions and 6 deletions

View File

@@ -239,7 +239,7 @@ export const runGatewayWatchTmuxMain = (params = {}) => {
log(deps.stderr, `gateway:watch benchmark CPU profiles: ${resolvedArgs.benchmarkProfileDir}`);
}
if (TMUX_DISABLE_VALUES.has(String(deps.env.OPENCLAW_GATEWAY_WATCH_TMUX ?? "").toLowerCase())) {
if (TMUX_DISABLE_VALUES.has((deps.env.OPENCLAW_GATEWAY_WATCH_TMUX ?? "").toLowerCase())) {
return runForegroundWatcher({
args: deps.args,
cwd: deps.cwd,