mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-16 08:21:56 -04:00
Older versions of Meson parsed TAP output very strictly, and would fail the test when a `g_test_message()` mentions non-UTF-8, which results in GLib adding a prefix on stdout that is not valid TAP syntax. Ideally our error messages should all be valid UTF-8 even if the input is not, but that's a larger refactor that shouldn't block security fix releases, so for now just tell Meson to get the tests' pass/fail status from their exit status rather than parsing their stdout. Signed-off-by: Simon McVittie <smcv@collabora.com>