[SCM] GNU Autoconf source repository branch, master, updated. v2.64-2-g4de8e58
"Ralf Wildenhues" <[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=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 <[email protected]>
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 <[email protected]>
-----------------------------------------------------------------------
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 <[email protected]>
+
+ 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 <[email protected]>
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@&t@_FAIL_IF],
[AT_FAIL_IF([:])
hooks/post-receive
--
GNU Autoconf source repository