gnome-base/gnome-control-center: use /tmp avoiding Socket name too long for tests

Use dev-python/python-dbusmock workaround to avoid tests failing due to:
Failed to start message bus: Socket name too long

error for some tests.

Thanks-to: Sam James
Closes: https://bugs.gentoo.org/921583
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-06-04 10:23:05 +02:00
parent fae8584941
commit 583fd52d97

View File

@@ -194,6 +194,8 @@ src_configure() {
}
src_test() {
# tests are fragile to long socket paths, bug #921583
local -x TMPDIR=/tmp
virtx meson_src_test
}