From aaa8864e7751054dc24438d60dc3db69b540b8bc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 5 Sep 2022 15:30:46 +0200 Subject: ci: Run just upowerd under catchsegv So we can see the backtraces for all the crashing tests. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3