projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73cd1d0
)
sys-devel/binutils: disable verbose tests
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sat, 9 Nov 2019 11:46:08 +0000
(11:46 +0000)
committer
Sergei 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
patch
|
blob
|
history
diff --git
a/sys-devel/binutils/binutils-2.33.1.ebuild
b/sys-devel/binutils/binutils-2.33.1.ebuild
index 0a4433aa108a7ea17e55b927c520247acca3cdf0..aade1450e0c7c48d93627b884dc1470a9f9f6525 100644
(file)
--- 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() {