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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 543B815800F for ; Sun, 8 Jan 2023 02:17:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 854EFE07C5; Sun, 8 Jan 2023 02:17:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6CE05E07C5 for ; Sun, 8 Jan 2023 02:17:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BFD7341011 for ; Sun, 8 Jan 2023 02:17:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4AC27EF for ; Sun, 8 Jan 2023 02:17:55 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1673144244.993876f59fe1d91fdbef62ae37292730a7da1c7d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/nim-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 993876f59fe1d91fdbef62ae37292730a7da1c7d X-VCS-Branch: dev Date: Sun, 8 Jan 2023 02:17:55 +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: fade0201-4da5-4bcb-a8f1-da11843e3526 X-Archives-Hash: f428f97d42b1312d1c7232dbe7af75af commit: 993876f59fe1d91fdbef62ae37292730a7da1c7d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jan 7 13:55:38 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jan 8 02:17:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=993876f5 nim-utils.eclass: rename testament-skipfile.txt Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/nim-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/nim-utils.eclass b/eclass/nim-utils.eclass index 61cb4b45e..03df41014 100644 --- a/eclass/nim-utils.eclass +++ b/eclass/nim-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: nim-utils.eclass @@ -97,7 +97,7 @@ etestament() { testament_args+=( --megatest:off ) if [[ ${ETESTAMENT_DESELECT} ]]; then - local skipfile="${T}"/testament.skipfile + local skipfile="${T}"/testament-skipfile.txt if [[ ! -f ${skipfile} ]]; then printf "%s\n" "${ETESTAMENT_DESELECT[@]}" > "${skipfile}" || die else