commit:     d72654acfeed60c50b030514108ab2c05f6ccb1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 03:56:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 15 04:09:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72654ac

sys-apps/sed: run tests verbosely

This puts the failure information in the build.log

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/sed/sed-4.9.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9.ebuild
index 9eca0e443be2..b8a7af1f029e 100644
--- a/sys-apps/sed/sed-4.9.ebuild
+++ b/sys-apps/sed/sed-4.9.ebuild
@@ -47,6 +47,10 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
+src_test() {
+       emake VERBOSE=yes check
+}
+
 src_install() {
        default
 

Reply via email to