diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-24 00:57:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-24 01:25:28 +0100 |
commit | 6654627bd7f77c860a82e27e5c50c96d3c367c15 (patch) | |
tree | 6503749b72b0b99ad7149e2710d0679dab4a19f7 /kde-apps/kimap | |
parent | x11-libs/qwt: Drop old (diff) | |
download | gentoo-6654627bd7f77c860a82e27e5c50c96d3c367c15.tar.gz gentoo-6654627bd7f77c860a82e27e5c50c96d3c367c15.tar.bz2 gentoo-6654627bd7f77c860a82e27e5c50c96d3c367c15.zip |
kde-apps/kimap: Fix parallel test failure
Gentoo-bug: 605586
Reported-by: Paolo Pedroni <paolo.pedroni@iol.it>
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kimap')
-rw-r--r-- | kde-apps/kimap/kimap-16.12.1.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-apps/kimap/kimap-16.12.1.ebuild b/kde-apps/kimap/kimap-16.12.1.ebuild index 54da4634075e..34def0410e74 100644 --- a/kde-apps/kimap/kimap-16.12.1.ebuild +++ b/kde-apps/kimap/kimap-16.12.1.ebuild @@ -22,3 +22,12 @@ DEPEND=" dev-libs/cyrus-sasl " RDEPEND="${DEPEND}" + +src_test() { + # tests cannot be run in parallel #605586 + local myctestargs=( + -j1 + ) + + kde5_src_test +} |