app-accessibility/at-spi2-core: pass --print-errorlogs for tests

As done by meson_src_test to get more meaningful logs

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-05-31 16:27:51 +02:00
parent 31c3eda3b6
commit 6f2df6bf05

View File

@@ -71,7 +71,7 @@ multilib_src_configure() {
multilib_src_test() {
# Avoid locales using commas as decimal separators and breaking some
# tests
LC_ALL=C.UTF-8 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die
LC_ALL=C.UTF-8 virtx dbus-run-session meson test -C "${BUILD_DIR}" --print-errorlogs || die
}
multilib_src_install_all() {