Skip to content

Disable TAP for tests

Emmanuele Bassi requested to merge ebassi/no-tap into master

Sadly, GTest intercepts debugging messages and prints them as they are; this means that multi-line messages will inevitably break the TAP protocol.

GLib 2.68 has started printing out a long g_debug() message on Windows, which ends up failing the whole test suite on the MSYS2 CI jobs.

Merge request reports