mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
shards.eclass: enable verbose test runner
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user