summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-03 15:32:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-03 15:32:50 -0400
commit955a7e643e781f273b2065c274dda42c4f379dfc (patch)
treef86bc65c671fc19e74f3547d7fe3149ade7819f2
parentb85a137a68bf2c0542560734b16e5351293e71f8 (diff)
downloadgtk+-955a7e643e781f273b2065c274dda42c4f379dfc.tar.gz
ci: Produce less terminal output
Pass --quiet to meson test. Less is more, in this case.
-rwxr-xr-x.gitlab-ci/run-tests.sh3
1 files changed, 3 insertions, 0 deletions
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} \