mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +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 cpt_args=
|
||||||
local dump_only=
|
local dump_only=
|
||||||
local dump_cmd="dump"
|
local dump_cmd="dump"
|
||||||
ddump=`readlink -fm dump/$tname/$PID/$i`
|
ddump=`readlink -fm dump/$(basename $tdir)/$tname/$PID/$i`
|
||||||
DUMP_PATH=$ddump
|
DUMP_PATH=$ddump
|
||||||
echo Dump $PID
|
echo Dump $PID
|
||||||
mkdir -p $ddump
|
mkdir -p $ddump
|
||||||
|
Reference in New Issue
Block a user