From 6faa35f099df773135175bf68487bb0e1795ea51 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 10 Jul 2026 14:44:20 +0800 Subject: [PATCH] test: suppress CLI logs during test runs --- packages/rstack/test/helpers/cli.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rstack/test/helpers/cli.ts b/packages/rstack/test/helpers/cli.ts index 61820f5..ac13e6b 100644 --- a/packages/rstack/test/helpers/cli.ts +++ b/packages/rstack/test/helpers/cli.ts @@ -26,6 +26,7 @@ export const execCli: ExecCli = (command, options = {}) => { try { const output = execSync(`${RSTACK_BIN_PATH} ${command}`, { + stdio: 'pipe', ...execOptions, env: { ...process.env,