mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user