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-2-g4


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-2-g4de8e58
Date: Wed, 29 Jul 2009 17:56:48 +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=4de8e583ddd00a6892ae26592cf6a0a5e38af71b

The branch, master has been updated
       via  4de8e583ddd00a6892ae26592cf6a0a5e38af71b (commit)
      from  880c51f952b1d5ccb743ffcb91995877f595a534 (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 4de8e583ddd00a6892ae26592cf6a0a5e38af71b
Author: Ralf Wildenhues <address@hidden>
Date:   Wed Jul 29 19:49:25 2009 +0200

    testsuite: avoid bogus hostname match from inner test logs.
    
    * tests/autotest.at (Hard fail): Check more restrictively for
    passed tests, so that hostnames recorded in the log file do not
    wrongly match.
    Report by Ludovic Courtès.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 9011143..61bda1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-29  Ralf Wildenhues  <address@hidden>
+
+       testsuite: avoid bogus hostname match from inner test logs.
+       * tests/autotest.at (Hard fail): Check more restrictively for
+       passed tests, so that hostnames recorded in the log file do not
+       wrongly match.
+       Report by Ludovic Courtès.
+
 2009-07-26  Eric Blake  <address@hidden>
 
        Release Version 2.64.
diff --git a/tests/autotest.at b/tests/autotest.at
index 57382ca..7836439 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -271,7 +271,7 @@ AT_CHECK_AT_TEST([Hard fail],
    AT_CHECK([exit 99])],
   [], [1], [], [ignore], [],
   [AT_CHECK([grep '2 failed unexpectedly' micro-suite.log], [], [ignore])
-   AT_CHECK([grep ok micro-suite.log], [1])])
+   AT_CHECK([grep '^[[12]].*ok' micro-suite.log], [1])])
 
 AT_CHECK_AT_TEST([AT@&address@hidden,
   [AT_FAIL_IF([:])


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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