tests: Call imag binaries with config override for implicit store creation
This commit is contained in:
parent
0ba67f7873
commit
bcab7f807d
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="--debug --rtp $RUNTIME"
|
local flags="--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