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:
committed by
Pavel Emelyanov
parent
7960379f71
commit
ab1be206c3
@@ -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
|
||||
|
Reference in New Issue
Block a user