sys-devel/binutils: disable verbose tests
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 11:46:08 +0000 (11:46 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 9 Nov 2019 11:55:24 +0000 (11:55 +0000)
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>
sys-devel/binutils/binutils-2.33.1.ebuild

index 0a4433aa108a7ea17e55b927c520247acca3cdf0..aade1450e0c7c48d93627b884dc1470a9f9f6525 100644 (file)
@@ -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() {