Commit 73b93182 authored by Andrey Vagin's avatar Andrey Vagin Committed by Cyrill Gorcunov

zdtm.sh: fail if a pid file doesn't exist

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 6ee58e4b
...@@ -47,7 +47,7 @@ run_test() ...@@ -47,7 +47,7 @@ run_test()
killall -9 $tname killall -9 $tname
make -C $tdir cleanout $tname.pid make -C $tdir cleanout $tname.pid
pid=`cat $test.pid` pid=`cat $test.pid` || return 1
ddump="dump/$tname/$pid" ddump="dump/$tname/$pid"
DUMP_PATH=`pwd`"/"$ddump DUMP_PATH=`pwd`"/"$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