Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: eclass/
Date: Mon, 27 Feb 2023 03:43:03
Message-Id: 1677468149.611cc98f39adc9826d679dbea08cb569bb201cdd.cybertailor@gentoo
1 commit: 611cc98f39adc9826d679dbea08cb569bb201cdd
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 03:20:04 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 03:22:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=611cc98f
7
8 shards.eclass: enable verbose test runner
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 eclass/shards.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/shards.eclass b/eclass/shards.eclass
16 index a78d792ba..5c4ae2c82 100644
17 --- a/eclass/shards.eclass
18 +++ b/eclass/shards.eclass
19 @@ -95,7 +95,7 @@ shards_src_test() {
20 debug-print-function ${FUNCNAME} "${@}"
21
22 if [[ -d "spec" ]]; then
23 - ecrystal spec "${@}" || die "Tests failed"
24 + ecrystal spec --verbose "${@}" || die "Tests failed"
25 fi
26
27 return 0