Skip to content

Gather debug info on broken unit tests

This executes kyua debug on broken unit tests, thus gathers various debug info as well as produces backtrace from a core.

Because kyua debug does not handle libtool binaries well and executes gdb directly on the libtool script instead of the actual binary a way to trick kyua debug is needed (/usr/bin/gdb is moved to a backup location and a custom script finds the right binary and runs gdb from the backup location on its own).

There are following outstanding issues:

Edited by Michal Nowak

Merge request reports