summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-03-21 15:38:00 +0000
committerMichał Górny <mgorny@gentoo.org>2015-03-21 15:38:00 +0000
commit1da009709aa8d1679eebd600e52b207d095e71c2 (patch)
treeb081c78ddbecb2f9465d39b3067f61021b6e6f9e /sys-apps/paludis/paludis-2.2.0-r1.ebuild
parentDrop old; fix correct installation and dependencies (diff)
downloadhistorical-1da009709aa8d1679eebd600e52b207d095e71c2.tar.gz
historical-1da009709aa8d1679eebd600e52b207d095e71c2.tar.bz2
historical-1da009709aa8d1679eebd600e52b207d095e71c2.zip
Add -k to emake check, to get as many tests done as possible on failure.
Package-Manager: portage-2.2.18/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'sys-apps/paludis/paludis-2.2.0-r1.ebuild')
-rw-r--r--sys-apps/paludis/paludis-2.2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/paludis/paludis-2.2.0-r1.ebuild b/sys-apps/paludis/paludis-2.2.0-r1.ebuild
index 5ab12f1c9065..2e05a2c4cb64 100644
--- a/sys-apps/paludis/paludis-2.2.0-r1.ebuild
+++ b/sys-apps/paludis/paludis-2.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-2.2.0-r1.ebuild,v 1.1 2015/03/21 12:31:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/paludis/paludis-2.2.0-r1.ebuild,v 1.2 2015/03/21 15:37:58 mgorny Exp $
EAPI=5
@@ -136,7 +136,7 @@ src_test() {
local -x PALUDIS_REDUCED_GID=0
fi
- if ! nonfatal emake check ; then
+ if ! nonfatal emake -k check ; then
eerror "Tests failed. Looking for files for you to add to your bug report..."
find "${S}" -type f -name '*.epicfail' -or -name '*.log' | while read a ; do
eerror " $a"