Commit ab1be206 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

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: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7960379f
...@@ -536,7 +536,7 @@ EOF ...@@ -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
......
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