mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
test: Rise verbosity of mem-snap test's dump
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
7f146f1337
commit
68bfaeb852
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue