From 955a7e643e781f273b2065c274dda42c4f379dfc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 May 2023 15:32:50 -0400 Subject: [PATCH] ci: Produce less terminal output Pass --quiet to meson test. Less is more, in this case. --- .gitlab-ci/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index 2b80270a84..96455eacc7 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -16,6 +16,7 @@ case "${backend}" in x11) xvfb-run -a -s "-screen 0 1024x768x24 -noreset" \ meson test -C ${builddir} \ + --quiet \ --timeout-multiplier "${multiplier}" \ --print-errorlogs \ --setup=${backend} \ @@ -37,6 +38,7 @@ case "${backend}" in export WAYLAND_DISPLAY=wayland-5 meson test -C ${builddir} \ + --quiet \ --timeout-multiplier "${multiplier}" \ --print-errorlogs \ --setup=${backend} \ @@ -58,6 +60,7 @@ case "${backend}" in export BROADWAY_DISPLAY=:5 meson test -C ${builddir} \ + --quiet \ --timeout-multiplier "${multiplier}" \ --print-errorlogs \ --setup=${backend} \ -- 2.30.2