From f999c912836ad2e1667143a6187a1e32bcd196f5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 25 Jul 2016 18:23:16 +0200 Subject: tests: Add --config setting --- tests/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/utils.sh b/tests/utils.sh index 61aa5b87..e0153bdd 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="--override-config store.implicit-create=true --debug --rtp $RUNTIME" + local flags="--config ./imagrc.toml --override-config store.implicit-create=true --debug --rtp $RUNTIME" out "Calling '$bin $flags $*'" $bin $flags $* } -- cgit v1.2.3