X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fvconn.at;h=2f64f820211ae477642af9cc1374fda9ef3dc425;hb=cd10ed7fb4fb5b1e3ed8e3fae1fd115c7ae96e77;hp=7d2afa3f319561cd5d359a07b359e262d98d8920;hpb=d27ce5292c63d864dfa727e061f63b06ca770e19;p=openvswitch diff --git a/tests/vconn.at b/tests/vconn.at index 7d2afa3f..2f64f820 100644 --- a/tests/vconn.at +++ b/tests/vconn.at @@ -14,7 +14,7 @@ m4_define([TEST_VCONN_CLASS], m4_if([$1], [ssl], [ AT_SKIP_IF([test "$HAVE_OPENSSL" = no]) AT_CHECK([cp $abs_top_srcdir/tests/testpki*.pem .])]) - OVS_CHECK_LCOV([test-vconn testname $1], [0], [], [ignore]) + AT_CHECK([test-vconn testname $1], [0], [], [ignore]) AT_CLEANUP])]) TEST_VCONN_CLASS([unix])