aboutsummaryrefslogtreecommitdiffstats
path: root/test/01_add
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-11-16 15:18:52 +0200
committergramanas <anastasis.gramm2@gmail.com>2018-11-16 15:18:52 +0200
commit2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca (patch)
treef40fe47da44ae371b20149940ad096e894a708bb /test/01_add
parent54ae271dfc5f8405233ed320b2e9bd821ee8210f (diff)
downloadck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.gz
ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.bz2
ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.zip
Add verbose option to regression tests
Diffstat (limited to 'test/01_add')
-rw-r--r--test/01_add2
1 files changed, 1 insertions, 1 deletions
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