summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-05 15:30:46 +0200
committerBastien Nocera <hadess@hadess.net>2022-11-16 16:30:01 +0100
commitaaa8864e7751054dc24438d60dc3db69b540b8bc (patch)
tree8bcee913ec5c9f4c6aaf3e0f0208249469b42646
parent35c68c107d60fc0b8b191e474b6cf34d469fb87f (diff)
ci: Run just upowerd under catchsegvwip/hadess/more-catchsegv
So we can see the backtraces for all the crashing tests.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e56b466..d31f5f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ test:
- make install
- cd ..
script:
- - catchsegv meson test -C _build --print-errorlogs --no-stdsplit
+ - CATCH=1 meson test -C _build --print-errorlogs --no-stdsplit
- .ci/fail_skipped_tests.py _build/meson-logs/testlog.junit.xml
artifacts: