autoconf-commit
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-6-g683a0f1
Date: Sun, 02 Aug 2009 06:24:56 +0000

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 <address@hidden>
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  <address@hidden>
+
+       Use exit code to detect no occurrences with grep.
+       * tests/autotest.at (Erlang Eunit unit tests): Fix grep invocation.
+
 2009-08-01  Romain Lenglet  <address@hidden>
            Paolo Bonzini  <address@hidden>
 
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




reply via email to

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