Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/
Date: Thu, 10 May 2018 15:55:45
Message-Id: 1525967723.5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7.asturm@gentoo
1 commit: 5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 15:52:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 15:55:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfd489e
7
8 kde-plasma/plasma-desktop: Don't run tests in parallel
9
10 Bug: https://bugs.gentoo.org/646890
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12
13 kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
17 index f0fe29cc991..649b3d4be61 100644
18 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
19 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
20 @@ -140,8 +140,10 @@ src_configure() {
21 }
22
23 src_test() {
24 + # parallel tests hang, bug #646890
25 # needs D-Bus, bug #634166
26 local myctestargs=(
27 + -j1
28 -E "(test_kio_fonts)"
29 )