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.63-227-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-227-g043d110
Date: Sat, 22 Nov 2008 16:04:36 +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=043d1102b608cd8fe6b24099c7beae524060c84c

The branch, master has been updated
       via  043d1102b608cd8fe6b24099c7beae524060c84c (commit)
      from  2cc7d57a17490d96a310a8a329b86bca10e564c1 (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 043d1102b608cd8fe6b24099c7beae524060c84c
Author: Eric Blake <address@hidden>
Date:   Sat Nov 22 08:40:39 2008 -0700

    Fix testsuite failure on Solaris.
    
    * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
    failure status to 1.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index d72ad1f..a52182a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-22  Eric Blake  <address@hidden>
+
+       Fix testsuite failure on Solaris.
+       * tests/torture.at (AT_CHECK_CONFIG_CREATION_NOWRITE): Normalize
+       failure status to 1.
+
 2008-11-21  Eric Blake  <address@hidden>
 
        Clean up AS_MESSAGE_LOG_FD usage.
diff --git a/tests/torture.at b/tests/torture.at
index 1a9ea4f..4779e21 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -244,7 +244,8 @@ AT_CHECK_CONFIGURE([what_to_test=var-$1 --no-create])
 touch t
 chmod a-w .
 mv t t1 >/dev/null 2>&1 \
-  || AT_CHECK([./config.status var-$1 </dev/null], [1], [ignore], [ignore])
+  || AT_CHECK([./config.status var-$1 </dev/null || exit 1],
+   [1], [ignore], [ignore])
 chmod u+w .
 rm -rf t t1
 ])# AT_CHECK_CONFIG_CREATION_NOWRITE


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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