commit: 0c80a7a26be2d52c724b88524033c6dd1151acbe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 12:45:46 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 12:46:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c80a7a2
net-libs/telepathy-qt: Disable failing tests trying to access D-Bus
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
index 9b23122c98d..9df248fe4b3 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
@@ -62,6 +62,10 @@ src_configure() {
}
src_test() {
+ # some tests require D-Bus
+ local myctestargs=(
+ -E "(BaseConnectionManager|BaseProtocol)"
+ )
pushd "${BUILD_DIR}" > /dev/null || die
virtx cmake-utils_src_test
popd > /dev/null || die