diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-30 15:48:33 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-30 15:48:33 +1200 |
commit | 83a82927ad42216a025bf6ff499dc3f64537e345 (patch) | |
tree | 9d8d38af6bacdf49766bc2ed540ca55778946b63 /dev-perl/Test-Manifest | |
parent | dev-perl/Sysadm-Install: Fix missing dep on dev-perl/File-Which (diff) | |
download | gentoo-83a82927ad42216a025bf6ff499dc3f64537e345.tar.gz gentoo-83a82927ad42216a025bf6ff499dc3f64537e345.tar.bz2 gentoo-83a82927ad42216a025bf6ff499dc3f64537e345.zip |
dev-perl/Test-Manifest: Disable parallel tests
Random failures occur with race conditions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild index 47101a57596a..0323710a7fcf 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple ) " -SRC_TEST="do parallel" +SRC_TEST="do" src_test() { # Ugh, Upstream has tests that depend on tests ... |