summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-04-29 19:00:13 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-04-29 19:00:13 +0200
commita0c78e8a993397ec5613500c0925725c4f84d90c (patch)
tree9b1e8c9016c4ea1200770616b327a5f30f2fd71c /dev-vcs/subversion
parentmedia-gfx/imagemagick: drop 6.9.12.64-r1 (diff)
downloadgentoo-a0c78e8a993397ec5613500c0925725c4f84d90c.tar.gz
gentoo-a0c78e8a993397ec5613500c0925725c4f84d90c.tar.bz2
gentoo-a0c78e8a993397ec5613500c0925725c4f84d90c.zip
dev-vcs/subversion: output more info if tests fail
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r--dev-vcs/subversion/subversion-1.14.2-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild
index f08666b88da4..03b1f118eed3 100644
--- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild
+++ b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild
@@ -283,6 +283,11 @@ src_test() {
# ewarn "before running the test suite."
# ewarn "Test suite skipped."
#fi
+ if [[ -f "${S}/fails.log" ]] ; then
+ echo "====== contents of fails.log follow ======"
+ cat "${S}/fails.log"
+ echo "====== contents of fails.log end ======"
+ fi
}
src_install() {