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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5439A1382C5 for ; Wed, 27 May 2020 09:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10B5BE08C4; Wed, 27 May 2020 09:02:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECC07E08C4 for ; Wed, 27 May 2020 09:02:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 320AB34DB6D for ; Wed, 27 May 2020 09:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9B9721E for ; Wed, 27 May 2020 09:02:38 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1590569375.0e0d5c41643ce763e4148c3525f706277277b256.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/castor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/castor/castor-0.8.11.ebuild X-VCS-Directories: net-misc/castor/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 0e0d5c41643ce763e4148c3525f706277277b256 X-VCS-Branch: dev Date: Wed, 27 May 2020 09:02:38 +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: 9df3cf68-8bd5-4028-bdd8-8eed86e6ed03 X-Archives-Hash: 91d3475d63291ea0301a9f021f2942ae commit: 0e0d5c41643ce763e4148c3525f706277277b256 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed May 27 08:36:24 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed May 27 08:49:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e0d5c41 net-misc/castor: Set RUST_BACKTRACE=1 for tests. This “fixes” a failing test on ~amd64: . Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-misc/castor/castor-0.8.11.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-misc/castor/castor-0.8.11.ebuild b/net-misc/castor/castor-0.8.11.ebuild index 1348767..7a72b54 100644 --- a/net-misc/castor/castor-0.8.11.ebuild +++ b/net-misc/castor/castor-0.8.11.ebuild @@ -134,6 +134,11 @@ src_prepare() { sed -i 's/Categories=Browser/Categories=Network/' data/Castor.desktop || die } +src_test() { + # FIXME: test absolute_url::test_make_absolute_just_path fails without this. + RUST_BACKTRACE=1 cargo_src_test +} + src_install() { cargo_src_install