summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:18:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:35:10 +0200
commit5b6dff536b8b9253415377b6e068a266c7e18dc0 (patch)
tree2e7ea821aeb11423b1057bd9dc6f105c9564872d /kde-frameworks/kauth
parentkde-frameworks/bluez-qt: Disable broken managertest (diff)
downloadgentoo-5b6dff536b8b9253415377b6e068a266c7e18dc0.tar.gz
gentoo-5b6dff536b8b9253415377b6e068a266c7e18dc0.tar.bz2
gentoo-5b6dff536b8b9253415377b6e068a266c7e18dc0.zip
kde-frameworks/kauth: Disable broken KAuthHelperTest
Bug: https://bugs.gentoo.org/654842 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/kauth-5.50.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-frameworks/kauth/kauth-5.50.0.ebuild b/kde-frameworks/kauth/kauth-5.50.0.ebuild
index 573a0b5875ed..9f032195dbef 100644
--- a/kde-frameworks/kauth/kauth-5.50.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.50.0.ebuild
@@ -30,3 +30,12 @@ src_configure() {
kde5_src_configure
}
+
+src_test() {
+ # KAuthHelperTest test fails, bug 654842
+ local myctestargs=(
+ -E "(KAuthHelperTest)"
+ )
+
+ kde5_src_test
+}