[mutter] gitlab-ci.yml: Wrap tests with catchsegv



commit 70741a051bcf0528c1802eab3e3a0b914dba9c56
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Wed Nov 14 16:59:34 2018 +0100

    gitlab-ci.yml: Wrap tests with catchsegv
    
    To be able to see why tests failed, if they crashed due to a SIGSEGV,
    wrap the execution with catchsegv.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32a1797a1..8af342278 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,8 @@ test-mutter:
     - meson . build -Degl_device=true -Dwayland_eglstream=true
     - ninja -C build
     - glib-compile-schemas $PWD/build/data
-    - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx 
-noreset' meson test -C build --verbose --no-stdsplit
+    - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx 
-noreset' meson test -C build --verbose --no-stdsplit --wrap catchsegv
   artifacts:
     paths:
-      - build/meson-logs
+      - build/
     when: on_failure


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