aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 17:52:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-10 17:57:12 +0200
commit5730315ddc76cf5d10e4c8c3352fe7fb41b1858e (patch)
tree37bcd594207442ffd56ccebe6f0050c7b868e919
parentkde-plasma/powerdevil: Drop USE=brightness-control (diff)
downloadkde-5730315d.tar.gz
kde-5730315d.tar.bz2
kde-5730315d.zip
kde-plasma/plasma-desktop: Don't run tests in parallel
Package-Manager: Portage-2.3.36, Repoman-2.3.9
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
index 0879ceca78..e45e261f63 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
@@ -140,8 +140,10 @@ src_configure() {
}
src_test() {
+ # parallel tests hang, bug #646890
# needs D-Bus, bug #634166
local myctestargs=(
+ -j1
-E "(test_kio_fonts)"
)