From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3119415ACFE for ; Sat, 29 Apr 2023 17:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3CC7E081A; Sat, 29 Apr 2023 17:01:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44ADEE0819 for ; Sat, 29 Apr 2023 17:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0379F341105 for ; Sat, 29 Apr 2023 17:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59E55A54 for ; Sat, 29 Apr 2023 17:01:34 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1682787613.a0c78e8a993397ec5613500c0925725c4f84d90c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.2-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a0c78e8a993397ec5613500c0925725c4f84d90c X-VCS-Branch: master Date: Sat, 29 Apr 2023 17:01:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5d850b7-f29c-45c1-9800-7e5a8a7ad5a0 X-Archives-Hash: ad1d55b6319409f50b550693722c219a commit: a0c78e8a993397ec5613500c0925725c4f84d90c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 29 17:00:13 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 29 17:00:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c78e8a dev-vcs/subversion: output more info if tests fail Signed-off-by: Andreas K. Hüttel gentoo.org> dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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() {