shards.eclass: enable verbose test runner

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-02-27 08:20:04 +05:00
parent f7dfbeb064
commit 611cc98f39

View File

@@ -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