sys-apps/gcp: Start dbus for tests

Bug: https://bugs.gentoo.org/743403
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-09-19 14:54:02 +02:00
parent 6060352e93
commit eaa5ccd0fa

View File

@@ -25,7 +25,9 @@ distutils_enable_tests unittest
PATCHES=( "${FILESDIR}"/${PN}-0.2.1-gentoo-fhs.patch )
src_test() {
export $(dbus-launch)
virtx distutils-r1_src_test
kill -9 "${DBUS_SESSION_BUS_PID}"
}
python_test() {