summaryrefslogtreecommitdiff
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:55:23 +0200
commit5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7 (patch)
treee5fe3fdc9d6728a81e3cc00066659f27d30076e3 /kde-plasma
parentkde-plasma/powerdevil: Drop USE=brightness-control (diff)
downloadgentoo-5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7.tar.gz
gentoo-5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7.tar.bz2
gentoo-5bfd489ee9b32e4d1be41ea07ba3de2a013de2c7.zip
kde-plasma/plasma-desktop: Don't run tests in parallel
Bug: https://bugs.gentoo.org/646890 Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
index f0fe29cc991b..649b3d4be611 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.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)"
)