X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftimeval.at;h=0d61bffcb9a5d81a72a210af431ce4445e657892;hb=296e07ace0ff2d5819ce760d6018ba82d14aa2a8;hp=992706f7d7e94c3a8ddc96b16ab5254e5c4a1d30;hpb=e7cfedd6dedab619603ddc3c3832a2b7a0f82f89;p=openvswitch diff --git a/tests/timeval.at b/tests/timeval.at index 992706f7..0d61bffc 100644 --- a/tests/timeval.at +++ b/tests/timeval.at @@ -2,12 +2,12 @@ AT_BANNER([timeval unit tests]) AT_SETUP([check that time advances]) AT_KEYWORDS([timeval]) -OVS_CHECK_LCOV([test-timeval plain], [0]) +AT_CHECK([test-timeval plain], [0]) AT_CLEANUP AT_SETUP([check that time advances after daemonize()]) AT_KEYWORDS([timeval]) -OVS_CHECK_LCOV([test-timeval daemon], [0]) +AT_CHECK([test-timeval daemon], [0]) AT_CHECK( [# First try a quick sleep, so that the test completes very quickly # in the normal case. POSIX doesn't require fractional times to