[gnome-software/wip/mcrha/gitlab-ci-verbose-tests] gitlab-ci: Run tests in verbose mode



commit ecf6b95f0fa51d698031c0a37106e659b0cee8fb
Author: Milan Crha <mcrha redhat com>
Date:   Tue Feb 2 08:55:46 2021 +0100

    gitlab-ci: Run tests in verbose mode
    
    Thus it's obvious what failed, if anything failed.

 .gitlab-ci/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index c2b38c427..5f3c21092 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -28,6 +28,7 @@ meson test \
         -C _build \
         --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} \
         --no-suite flaky \
+       --verbose \
         "$@"
 
 exit_code=$?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]