qa: show rm/cp progress on snaptest-2

This commit is contained in:
Sage Weil 2010-08-16 14:03:19 -07:00
parent 4e9ae5d978
commit eb5213eee0

View File

@ -36,7 +36,7 @@ mkdir .snap/test2
echo "Copy content of .snap/test1 to copyofsnap1 ..."
mkdir copyofsnap1
cp -R .snap/test1 copyofsnap1/
cp -Rv .snap/test1 copyofsnap1/
echo "Take third snapshot .snap/test3"
@ -54,4 +54,4 @@ find ./ -type d -print0 | \
xargs -0 -n1 rmdir
echo "Delete all the files and directories ..."
rm -Rf ./*
rm -Rfv ./*