Commit 68bfaeb8 authored by Pavel Emelyanov's avatar Pavel Emelyanov

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

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7f146f13
...@@ -40,7 +40,7 @@ for SNAP in $(seq 1 $NRSNAP); do ...@@ -40,7 +40,7 @@ for SNAP in $(seq 1 $NRSNAP); do
args="--snapshot=../$((SNAP - 1))/ -R" args="--snapshot=../$((SNAP - 1))/ -R"
fi 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 done
echo "Restoring" echo "Restoring"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment