summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2011-03-08 08:36:37 +0000
committerRyan Hill <rhill@gentoo.org>2011-03-08 08:36:37 +0000
commit2648e1e3a040081ee3852d35cee1374649220db4 (patch)
treeb41b34ce1acad0123b37415698ca536a195d8d59 /eclass
parent[bump] virtual/perl-CPAN-Meta-2.110.580 (diff)
downloadhistorical-2648e1e3a040081ee3852d35cee1374649220db4.tar.gz
historical-2648e1e3a040081ee3852d35cee1374649220db4.tar.bz2
historical-2648e1e3a040081ee3852d35cee1374649220db4.zip
Keep going on test failures.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain-binutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index cddf295d2fa1..505621716410 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.95 2011/03/02 06:37:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.96 2011/03/08 08:36:37 dirtyepic Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
@@ -271,7 +271,7 @@ toolchain-binutils_src_compile() {
toolchain-binutils_src_test() {
cd "${MY_BUILDDIR}"
- make check || die "check failed :("
+ make -k check || die "check failed :("
}
toolchain-binutils_src_install() {