Commit fe0afaa7 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

test/rpc: unlink pidfile at the end

It's required to execute the test a few times
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bc3ee6c5
...@@ -23,6 +23,7 @@ function start_server { ...@@ -23,6 +23,7 @@ function start_server {
function stop_server { function stop_server {
title_print "Shutdown service server" title_print "Shutdown service server"
kill -SIGTERM $(cat build/pidfile) kill -SIGTERM $(cat build/pidfile)
unlink build/pidfile
} }
function test_c { function test_c {
......
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