ci: Run just upowerd under catchsegv

So we can see the backtraces for all the crashing tests.
This commit is contained in:
Bastien Nocera 2022-09-05 15:30:46 +02:00
parent 35c68c107d
commit aaa8864e77

View file

@ -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: