summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-05-13 17:30:45 -0400
committerMichał Górny <mgorny@gentoo.org>2024-05-14 07:47:50 +0200
commitbb1a5195faf73a9e9f014a7b660e1c422baae5bd (patch)
tree04cca6306c1a2ecc2513fa1ae2f737b55b229d54 /dev-lang
parentdev-python/uv: Bump to 0.1.43 (diff)
downloadgentoo-bb1a5195faf73a9e9f014a7b660e1c422baae5bd.tar.gz
gentoo-bb1a5195faf73a9e9f014a7b660e1c422baae5bd.tar.bz2
gentoo-bb1a5195faf73a9e9f014a7b660e1c422baae5bd.zip
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@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/36667 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-3.13.0_beta1_p1.ebuild2
1 files changed, 2 insertions, 0 deletions
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)"