chore(e2e): reduce doctor-switch install noise

This commit is contained in:
Peter Steinberger
2026-01-14 01:11:20 +00:00
parent b80abf8dd1
commit d98b6beb4d

View File

@@ -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