diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-29 19:00:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-29 19:00:13 +0200 |
commit | a0c78e8a993397ec5613500c0925725c4f84d90c (patch) | |
tree | 9b1e8c9016c4ea1200770616b327a5f30f2fd71c /dev-vcs/subversion | |
parent | media-gfx/imagemagick: drop 6.9.12.64-r1 (diff) | |
download | gentoo-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.ebuild | 5 |
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() { |