Re: [libvirt PATCH v2 2/2] ci: Halt on sanitizer errors

2021-07-22 Thread Daniel P . Berrangé
On Thu, Jul 22, 2021 at 11:00:18AM +0200, Tim Wiederhake wrote: > The undefined behaviour sanitizer (UBSAN) defaults to merely printing an > error message if it detects undefined behaviour. These error messages often > end up in captured output and do not fail the tests, effectively hiding > the

[libvirt PATCH v2 2/2] ci: Halt on sanitizer errors

2021-07-22 Thread Tim Wiederhake
The undefined behaviour sanitizer (UBSAN) defaults to merely printing an error message if it detects undefined behaviour. These error messages often end up in captured output and do not fail the tests, effectively hiding the warning. Make the test cases fail to make the issues visible.