Commit be020f7a authored by Andrey Vagin's avatar Andrey Vagin

zdtm.sh: fix error handling

parent 17018e7b
......@@ -54,8 +54,9 @@ run_test()
killall -9 $tname
make -C $tdir cleanout $tname.pid
local pid=`cat $test.pid` || return 1
local ddump=dump/$tname/$pid
local pid ddump
pid=`cat $test.pid` || return 1
ddump=dump/$tname/$pid
DUMP_PATH=`pwd`/$ddump
echo Dump $pid
......
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