autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: patch to add AT_CHECK_EUNIT autotest macro


From: Paolo Bonzini
Subject: Re: patch to add AT_CHECK_EUNIT autotest macro
Date: Sun, 02 Aug 2009 08:23:26 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

One nit:

diff --git a/tests/autotest.at b/tests/autotest.at
index 162bbb7..7b8e0ee 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -1512,7 +1512,7 @@

 if test "$HAVE_EUNIT" = yes; then
   AT_CHECK([grep 1.*successful t/suite.log], [], [ignore])
-  AT_CHECK([grep -v skipped t/suite.log], [], [ignore])
+  AT_CHECK([grep skipped t/suite.log], [1], [ignore])
 else
   AT_CHECK([grep 1.*skipped t/suite.log], [], [ignore])
   AT_CHECK([grep 0.*successful t/suite.log], [], [ignore])

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]