Commit 72dd148a authored by Tikhomirov Pavel's avatar Tikhomirov Pavel Committed by Pavel Emelyanov

zdtm: add --track-mem to final snapshot

otherwize it won't use/check parent snapshots, only last one
on restore.
Signed-off-by: 's avatarTikhomirov Pavel <snorcht@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent b6c7f51c
......@@ -490,9 +490,9 @@ EOF
fi
if [ -n "$SNAPSHOT" ]; then
snapopt=""
snapopt="--track-mem"
if [ "$i" -ne "$ITERATIONS" ]; then
snapopt="$snapopt -R --track-mem"
snapopt="$snapopt -R"
dump_only=1
[ -n "$PRE_DUMP" ] && dump_cmd="pre-dump"
fi
......
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