mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user