summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-23 12:54:10 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-23 12:55:03 +0000
commit34e3a2893ff99f875f43fdb40c0573c8338c1154 (patch)
treede41dd34becbcbdbab6ae41895122fdde90a277c /sys-devel/binutils
parentsys-apps/file: stable 5.36 for ppc64, bug #678476 (diff)
downloadgentoo-34e3a2893ff99f875f43fdb40c0573c8338c1154.tar.gz
gentoo-34e3a2893ff99f875f43fdb40c0573c8338c1154.tar.bz2
gentoo-34e3a2893ff99f875f43fdb40c0573c8338c1154.zip
sys-devel/binutils: enable verbose test logging
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r--sys-devel/binutils/binutils-2.32.ebuild3
-rw-r--r--sys-devel/binutils/binutils-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.32.ebuild b/sys-devel/binutils/binutils-2.32.ebuild
index a4f678d5dfbb..d3c4f9a56eea 100644
--- a/sys-devel/binutils/binutils-2.32.ebuild
+++ b/sys-devel/binutils/binutils-2.32.ebuild
@@ -292,7 +292,8 @@ src_test() {
# bug 637066
filter-flags -Wall -Wreturn-type
- emake -k check
+ # enable verbose test run and result logging
+ emake -k check RUNTESTFLAGS='-a -v' VERBOSE=1
}
src_install() {
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
index cf4640ceaf6a..a4877ac83781 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -286,7 +286,8 @@ src_test() {
# bug 637066
filter-flags -Wall -Wreturn-type
- emake -k check
+ # enable verbose test run and result logging
+ emake -k check RUNTESTFLAGS='-a -v' VERBOSE=1
}
src_install() {