X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fjsonrpc.at;h=856fa46ee76c7775f2f9496e534da8f693a937f2;hb=d93ca2a0fdde23ef3e61bc34a9809f6c38239c45;hp=d5ebf948af2be4a12356eed5e28da10ccd2bf374;hpb=f212909325be9bc7e296e1a32e2fc89694a0049f;p=openvswitch diff --git a/tests/jsonrpc.at b/tests/jsonrpc.at index d5ebf948..856fa46e 100644 --- a/tests/jsonrpc.at +++ b/tests/jsonrpc.at @@ -1,4 +1,4 @@ -AT_BANNER([JSON-RPC]) +AT_BANNER([JSON-RPC - C]) AT_SETUP([JSON-RPC request and successful reply]) AT_CHECK([test-jsonrpc --detach --pidfile=$PWD/pid listen punix:socket]) @@ -28,7 +28,7 @@ AT_CHECK([test -s pid]) # When a daemon dies it deletes its pidfile, so make a copy. AT_CHECK([cp pid pid2]) AT_CHECK([kill -0 `cat pid2`]) -OVS_CHECK_LCOV([[test-jsonrpc notify unix:socket shutdown '[]']], [0], [], +AT_CHECK([[test-jsonrpc notify unix:socket shutdown '[]']], [0], [], [ignore], [kill `cat pid2`]) AT_CHECK( [pid=`cat pid2`