Do not print logging info with color in test scripts
This commit is contained in:
parent
8412ea195f
commit
0de0ed94e1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ imag-call-binary() {
|
||||||
local binary=$1; shift
|
local binary=$1; shift
|
||||||
[[ -d $searchdir ]] || { err "FATAL: No directory $searchdir"; exit 1; }
|
[[ -d $searchdir ]] || { err "FATAL: No directory $searchdir"; exit 1; }
|
||||||
local bin=$(find $searchdir -iname $binary -type f -executable)
|
local bin=$(find $searchdir -iname $binary -type f -executable)
|
||||||
local flags="--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 --debug --rtp $RUNTIME"
|
||||||
out "Calling '$bin $flags $*'"
|
out "Calling '$bin $flags $*'"
|
||||||
$bin $flags $*
|
$bin $flags $*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue