2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

zdtm.sh: add a test directory name in a path to images

Otherwise static/socket-tcp and streaming/socket-tcp have the same path
to images and they can affect each other.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2014-08-08 09:20:00 +04:00
committed by Pavel Emelyanov
parent 7960379f71
commit ab1be206c3

View File

@@ -536,7 +536,7 @@ EOF
local cpt_args=
local dump_only=
local dump_cmd="dump"
ddump=`readlink -fm dump/$tname/$PID/$i`
ddump=`readlink -fm dump/$(basename $tdir)/$tname/$PID/$i`
DUMP_PATH=$ddump
echo Dump $PID
mkdir -p $ddump