author | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-04-07 10:54:32 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-04-07 10:57:17 UTC |
parent | 5ad3c6d68d810719ec9dc22ecf30a01bbd299adf |
test/test.sh | +1 | -1 |
diff --git a/test/test.sh b/test/test.sh index 7d7fa09..108ddfd 100755 --- a/test/test.sh +++ b/test/test.sh @@ -9,4 +9,4 @@ cd "$(realpath "$(dirname "$0")" )" TARGETS="${*:-./*.t}" # shellcheck disable=SC2086 -cram3 $TARGETS +cram3 $CRAM3OPTIONS $TARGETS