test: Rise verbosity of mem-snap test's dump

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2013-04-16 12:17:15 +04:00
parent 7f146f1337
commit 68bfaeb852

View file

@ -40,7 +40,7 @@ for SNAP in $(seq 1 $NRSNAP); do
args="--snapshot=../$((SNAP - 1))/ -R"
fi
${CRTOOLS} dump -D "${IMGDIR}/$SNAP/" -o dump.log -t ${PID} $args || fail "Fail to dump"
${CRTOOLS} dump -D "${IMGDIR}/$SNAP/" -o dump.log -t ${PID} -v 4 $args || fail "Fail to dump"
done
echo "Restoring"