From: Sergei Trofimovich Date: Sat, 9 Nov 2019 11:46:08 +0000 (+0000) Subject: sys-devel/binutils: disable verbose tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3da890ed76c7c97834b547f649a01efe0cd025e;p=gentoo.git 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 --- 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() {