diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 11:46:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-09 11:55:24 +0000 |
commit | d3da890ed76c7c97834b547f649a01efe0cd025e (patch) | |
tree | 89284748de568053e0474aa1b127677b5d0554d1 /sys-devel | |
parent | sys-apps/firejail: Add cpe to manifest (diff) | |
download | gentoo-d3da890ed76c7c97834b547f649a01efe0cd025e.tar.gz gentoo-d3da890ed76c7c97834b547f649a01efe0cd025e.tar.bz2 gentoo-d3da890ed76c7c97834b547f649a01efe0cd025e.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.33.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.33.1.ebuild b/sys-devel/binutils/binutils-2.33.1.ebuild index 0a4433aa108a..aade1450e0c7 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() { |