[SCM] GNU Autoconf source repository branch, master, updated. v2.64-6-g683a0f1

"Paolo Bonzini" <[email protected]>
Newsgroups gmane.comp.sysutils.autoconf.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=683a0f1df70e85a7a55622a13d7573fdff4bf8a0

The branch, master has been updated
       via  683a0f1df70e85a7a55622a13d7573fdff4bf8a0 (commit)
      from  dab22fbfe1ec3c836d09f32aca0d5c3eb2a32fdf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 683a0f1df70e85a7a55622a13d7573fdff4bf8a0
Author: Paolo Bonzini <[email protected]>
Date:   Sun Aug 2 08:24:00 2009 +0200

    Fix grep invocation in Erlang test.
    
    * tests/autotest.at (Erlang Eunit unit tests): Fix grep invocation.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    5 +++++
 tests/autotest.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bd77e86..8e88f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-02  Paolo Bonzini  <[email protected]>
+
+	Use exit code to detect no occurrences with grep.
+	* tests/autotest.at (Erlang Eunit unit tests): Fix grep invocation.
+
 2009-08-01  Romain Lenglet  <[email protected]>
 	    Paolo Bonzini  <[email protected]>
 
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 @@ AT_CHECK([cd t && $CONFIG_SHELL ./suite], [], [ignore])
 
 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])


hooks/post-receive
-- 
GNU Autoconf source repository
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.