git » summer » commit 96cebfd

test: Allow setting cram3 options

author Alberto Bertogli
2024-04-07 10:54:32 UTC
committer Alberto Bertogli
2024-04-07 10:57:17 UTC
parent 5ad3c6d68d810719ec9dc22ecf30a01bbd299adf

test: Allow setting cram3 options

This simple patch allows us to set options for cram3 when running the
tests. They can be useful for debugging issues.

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