diff --git a/tests/utils.sh b/tests/utils.sh index 64999bb8..6480337d 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -37,7 +37,7 @@ imag-call-binary() { local binary=$1; shift [[ -d $searchdir ]] || { err "FATAL: No directory $searchdir"; exit 1; } local bin=$(find $searchdir -iname $binary -type f -executable) - local flags="--no-color --config ./imagrc.toml --override-config store.implicit-create=true --debug --rtp $RUNTIME" + local flags="--no-color --config ./imagrc.toml --override-config store.implicit-create=true --rtp $RUNTIME" out "Calling '$bin $flags $*'" $bin $flags $* }