From 611cc98f39adc9826d679dbea08cb569bb201cdd Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 27 Feb 2023 08:20:04 +0500 Subject: [PATCH] shards.eclass: enable verbose test runner Signed-off-by: Anna (cybertailor) Vyalkova --- eclass/shards.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/shards.eclass b/eclass/shards.eclass index a78d792ba7..5c4ae2c82d 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