diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-07-29 00:43:37 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-29 00:50:31 +0300 |
commit | 2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31 (patch) | |
tree | f7f6a205742c13ef1f1bbc3555c9b5bf60854c64 /media-libs/grilo | |
parent | media-libs/grilo: bump to 0.3.6 (diff) | |
download | gentoo-2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31.tar.gz gentoo-2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31.tar.bz2 gentoo-2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31.zip |
media-libs/grilo: restrict parallel tests
/net/throttling/small-delay is failing with parallel tests :(
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-libs/grilo')
-rw-r--r-- | media-libs/grilo/grilo-0.3.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/grilo/grilo-0.3.6.ebuild b/media-libs/grilo/grilo-0.3.6.ebuild index f94923394370..74dbd08d841b 100644 --- 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() { |