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 DF9E1158030 for ; Mon, 27 Feb 2023 15:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34D3EE0831; Mon, 27 Feb 2023 15:06:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21DDFE0817 for ; Mon, 27 Feb 2023 15:06:59 +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 3E744340E6B for ; Mon, 27 Feb 2023 15:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 955B98DD for ; Mon, 27 Feb 2023 15:06:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677468149.611cc98f39adc9826d679dbea08cb569bb201cdd.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/shards.eclass X-VCS-Directories: eclass/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 611cc98f39adc9826d679dbea08cb569bb201cdd X-VCS-Branch: master Date: Mon, 27 Feb 2023 15:06:54 +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: 01674d16-1cfa-462c-b624-7b4970970987 X-Archives-Hash: f747ffde030a9af25bbc104ed606ef75 commit: 611cc98f39adc9826d679dbea08cb569bb201cdd Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 27 03:20:04 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Feb 27 03:22:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=611cc98f shards.eclass: enable verbose test runner Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> eclass/shards.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index a78d792ba..5c4ae2c82 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -95,7 +95,7 @@ shards_src_test() { debug-print-function ${FUNCNAME} "${@}" if [[ -d "spec" ]]; then - ecrystal spec "${@}" || die "Tests failed" + ecrystal spec --verbose "${@}" || die "Tests failed" fi return 0