Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Thu, 05 Apr 2018 23:38:41
Message-Id: 1522971298.5169cec68fa6fd6784138e42a47ba6a5a0d4ad92.asturm@gentoo
1 commit: 5169cec68fa6fd6784138e42a47ba6a5a0d4ad92
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 23:34:58 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 23:34:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec6
7
8 app-office/kmymoney: Disable failing reports-chart-test
9
10 Closes: https://bugs.gentoo.org/652636
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
17 index 1787feddf5f..3cd96b99f08 100644
18 --- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
19 +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
20 @@ -114,3 +114,12 @@ src_configure() {
21 )
22 kde5_src_configure
23 }
24 +
25 +src_test() {
26 + # bug: 652636
27 + local myctestargs=(
28 + -E "(reports-chart-test)"
29 + )
30 +
31 + kde5_src_test
32 +}