[gnome-software/wip/mcrha/ci-error-logs] gitlab-ci: Print logs of failed tests



commit e848367d555e0777aa6cc4e68317356961caa0c7
Author: Milan Crha <mcrha redhat com>
Date:   Wed Apr 7 16:10:32 2021 +0200

    gitlab-ci: Print logs of failed tests
    
    Thus it's easier to get the information when anything failed,
    without a need to examine the test artifacts.

 .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..3ce140d39 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 \
+       --print-errorlogs \
         "$@"
 
 exit_code=$?


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