aboutsummaryrefslogtreecommitdiffstats
path: root/test/05_restore
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/05_restore
parent54ae271dfc5f8405233ed320b2e9bd821ee8210f (diff)
downloadck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.gz
ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.bz2
ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.zip
Add verbose option to regression tests
Diffstat (limited to 'test/05_restore')
-rw-r--r--test/05_restore4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/05_restore b/test/05_restore
index b27ed35..013e252 100644
--- a/test/05_restore
+++ b/test/05_restore
@@ -18,7 +18,7 @@ add_config prog2 $path4
rm $path1 $path2
# restore them
-exec $BIN/ck -c $BIN restore -p prog1 > /dev/null &
+exec $BIN/ck -c $BIN restore -p prog1 >&${V} &
wait $!
for i in $($BIN/ck -c $BIN list -p prog1); do
@@ -32,7 +32,7 @@ done
rm $path1 $path2 $path3 $path4
# restore all
-exec $BIN/ck -c $BIN restore all > /dev/null &
+exec $BIN/ck -c $BIN restore all >&${V} &
wait $!
for i in $($BIN/ck -c $BIN list paths); do