test: ignore SIGPIPE in docker e2e

This commit is contained in:
Peter Steinberger
2026-01-06 02:44:54 +01:00
parent 28fad05e96
commit 17db03ad55

View File

@@ -10,6 +10,7 @@ docker build -t "$IMAGE_NAME" -f "$ROOT_DIR/scripts/e2e/Dockerfile" "$ROOT_DIR"
echo "Running onboarding E2E..."
docker run --rm -t "$IMAGE_NAME" bash -lc '
set -euo pipefail
trap "" PIPE
export TERM=xterm-256color
# Provide a minimal trash shim to avoid noisy "missing trash" logs in containers.