commit:     bb1a5195faf73a9e9f014a7b660e1c422baae5bd
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Mon May 13 21:30:45 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 14 05:47:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1a5195

dev-lang/python: make test failures verbose, both pgo & src_test

Test failure logs are very terse otherwise and hard to tell what's going
on.

Bug: https://bugs.gentoo.org/931888
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/36667
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/python/python-3.13.0_beta1_p1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/python/python-3.13.0_beta1_p1.ebuild 
b/dev-lang/python/python-3.13.0_beta1_p1.ebuild
index 2c1b1e63d735..173b5bd44506 100644
--- a/dev-lang/python/python-3.13.0_beta1_p1.ebuild
+++ b/dev-lang/python/python-3.13.0_beta1_p1.ebuild
@@ -239,6 +239,7 @@ src_configure() {
                        -m test
                        "-j$(makeopts_jobs)"
                        --pgo-extended
+                       --verbose3
                        -u-network
 
                        # We use a timeout because of how often we've had hang 
issues
@@ -408,6 +409,7 @@ src_test() {
        local -x LOGNAME=buildbot
 
        local test_opts=(
+               --verbose3
                -u-network
                -j "$(makeopts_jobs)"
 

Reply via email to