From 2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 16 Nov 2018 15:18:52 +0200 Subject: Add verbose option to regression tests --- test/01_add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/01_add') diff --git a/test/01_add b/test/01_add index 5f156da..05cf13f 100644 --- a/test/01_add +++ b/test/01_add @@ -9,7 +9,7 @@ echo "Test 3" > $BIN/test3.conf function run_add { # add configs to ck - exec $BIN/ck -c $BIN add $1 $BIN/$2 $3 $4 > /dev/null & + exec $BIN/ck -c $BIN add $1 $BIN/$2 $3 $4 >&${V} & wait $! if [ $? -ne 0 ]; then -- cgit v1.2.3