diff options
author | 2023-05-08 23:53:50 +0500 | |
---|---|---|
committer | 2023-05-09 20:42:47 +0500 | |
commit | 471145080920d7798f2e00a1001f7d454b29f02f (patch) | |
tree | 9bea35a0aff169756d447046562ac3af5ff1466c /eclass/shards.eclass | |
parent | crystal-utils.eclass: add crystal_build function (diff) | |
download | guru-471145080920d7798f2e00a1001f7d454b29f02f.tar.gz guru-471145080920d7798f2e00a1001f7d454b29f02f.tar.bz2 guru-471145080920d7798f2e00a1001f7d454b29f02f.zip |
crystal-utils.eclass: add crystal_spec function
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'eclass/shards.eclass')
-rw-r--r-- | eclass/shards.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/shards.eclass b/eclass/shards.eclass index 122464cc5..5fd9f6c10 100644 --- a/eclass/shards.eclass +++ b/eclass/shards.eclass @@ -87,7 +87,7 @@ shards_src_test() { debug-print-function ${FUNCNAME} "${@}" if [[ -d "spec" ]]; then - ecrystal spec --verbose "${@}" || die "Tests failed" + crystal_spec "${@}" fi return 0 |