ci: Produce less terminal output
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2023 19:32:50 +0000 (15:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2023 19:32:50 +0000 (15:32 -0400)
Pass --quiet to meson test.
Less is more, in this case.

.gitlab-ci/run-tests.sh

index 2b80270a8437e17fe9491c2520826459bd8ba62f..96455eacc7ccf74d4eadad581bbd5de35ef4a74d 100755 (executable)
@@ -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} \