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

zdtm: use full paths in commands and log messages

I like copy past. Currently zdtm.sh uses paths relative to the
directory test, but I work ralative to the root of the source tree.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 60af7772
...@@ -431,8 +431,8 @@ EOF ...@@ -431,8 +431,8 @@ EOF
for i in `seq $ITERATIONS`; do for i in `seq $ITERATIONS`; do
local dump_only= local dump_only=
local postdump= local postdump=
ddump=dump/$tname/$PID/$i ddump=`readlink -fm dump/$tname/$PID/$i`
DUMP_PATH=`pwd`/$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