Skip to content

enh(ci): disable thread information from GDB in the CI

Description

This change disables the [Thread 0xX (LWP Y) exited] messages in the CI when running unit-tests, as they obscure the logs.

Closes #951 (closed)

How to test it?

The unit-tests still work correctly. The thread messages don't show up when a test fails.

Merge request reports