commit: d3da890ed76c7c97834b547f649a01efe0cd025e
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 11:46:08 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 11:55:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3da890e
sys-devel/binutils: disable verbose tests
Verbose tests stoll don't print enough information to just
run a command. Let's leave debugging to logs.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-devel/binutils/binutils-2.33.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sys-devel/binutils/binutils-2.33.1.ebuild
b/sys-devel/binutils/binutils-2.33.1.ebuild
index 0a4433aa108..aade1450e0c 100644
--- a/sys-devel/binutils/binutils-2.33.1.ebuild
+++ b/sys-devel/binutils/binutils-2.33.1.ebuild
@@ -286,8 +286,7 @@ src_test() {
# bug 637066
filter-flags -Wall -Wreturn-type
- # enable verbose test run and result logging
- emake -k check RUNTESTFLAGS='-a -v' VERBOSE=1
+ emake -k check
}
src_install() {