From d98b6beb4dcbf0ad806ebd3ae02916dc52f55862 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 14 Jan 2026 01:11:20 +0000 Subject: [PATCH] chore(e2e): reduce doctor-switch install noise --- scripts/e2e/doctor-install-switch-docker.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/e2e/doctor-install-switch-docker.sh b/scripts/e2e/doctor-install-switch-docker.sh index d3e6c5557..9c3d59aa4 100755 --- a/scripts/e2e/doctor-install-switch-docker.sh +++ b/scripts/e2e/doctor-install-switch-docker.sh @@ -11,6 +11,11 @@ echo "Running doctor install switch E2E..." docker run --rm -t "$IMAGE_NAME" bash -lc ' set -euo pipefail + # Keep logs focused; the npm global install step can emit noisy deprecation warnings. + export npm_config_loglevel=error + export npm_config_fund=false + export npm_config_audit=false + # Stub systemd/loginctl so doctor + daemon flows work in Docker. export PATH="/tmp/clawdbot-bin:$PATH" mkdir -p /tmp/clawdbot-bin