[mutter] gitlab-ci: Print error logs on failures



commit 86ff3dfb3ceaa0aa1dbf359f06f692057f1e6fc4
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Thu May 16 17:06:47 2019 -0500

    gitlab-ci: Print error logs on failures
    
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/581

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cb0b9b48..a06f9ee47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ test-mutter:
     - glib-compile-schemas $GSETTINGS_SCHEMA_DIR
     - >
       dbus-run-session -- xvfb-run -s '+iglx -noreset'
-      meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --wrap catchsegv
+      meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --print-errorlogs --wrap catchsegv
   only:
     - merge_requests
     - /^.*$/


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