From: Matthias Clasen Date: Wed, 3 May 2023 19:32:50 +0000 (-0400) Subject: ci: Produce less terminal output X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~314^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=955a7e643e781f273b2065c274dda42c4f379dfc;p=gtk4.git ci: Produce less terminal output Pass --quiet to meson test. Less is more, in this case. --- 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} \