From ec6c67780e6bffce81c190e3c88382aaa6b3bd5f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 14 Oct 2025 19:10:27 +0100 Subject: [PATCH] ci: Quieten seatd output seatd is working well, so the debug spew serves only to annoy people trying to read the logs. Signed-off-by: Daniel Stone --- .gitlab-ci/virtme-scripts/run-weston-tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/virtme-scripts/run-weston-tests.sh b/.gitlab-ci/virtme-scripts/run-weston-tests.sh index 4337aba99..816a8b353 100755 --- a/.gitlab-ci/virtme-scripts/run-weston-tests.sh +++ b/.gitlab-ci/virtme-scripts/run-weston-tests.sh @@ -23,8 +23,6 @@ export HOME=/root export PATH=$HOME/.local/bin:$PATH export PATH=/usr/local/bin:$PATH -export SEATD_LOGLEVEL=debug - # Terrible hack, per comment in weston-test-runner.c's main(): find Mesa's # llvmpipe/lavapipe driver module location export WESTON_CI_LEAK_DL_HANDLES=$(find /usr/local -name swrast_dri.so -print 2>/dev/null || true):