projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf46f6
)
media-libs/grilo: restrict parallel tests
author
Mart Raudsepp
<leio@gentoo.org>
Sat, 28 Jul 2018 21:43:37 +0000
(
00:43
+0300)
committer
Mart Raudsepp
<leio@gentoo.org>
Sat, 28 Jul 2018 21:50:31 +0000
(
00:50
+0300)
/net/throttling/small-delay is failing with parallel tests :(
Package-Manager: Portage-2.3.43, Repoman-2.3.10
media-libs/grilo/grilo-0.3.6.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/grilo/grilo-0.3.6.ebuild
b/media-libs/grilo/grilo-0.3.6.ebuild
index f94923394370fa48103566a3ffd141f19443e14b..74dbd08d841bc99b049820f7ab461af74cce948f 100644
(file)
--- a/
media-libs/grilo/grilo-0.3.6.ebuild
+++ b/
media-libs/grilo/grilo-0.3.6.ebuild
@@
-71,7
+71,8
@@
src_configure() {
}
src_test() {
- virtx emake check
+ # /net/throttling/small-delay can fail with parallel tests
+ virtx emake -j1 check
}
src_install() {