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.63b-70-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-70-g9c25a39
Date: Thu, 09 Jul 2009 06:19: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=9c25a39c548baa093231ac342a5568c5983a97dd

The branch, master has been updated
       via  9c25a39c548baa093231ac342a5568c5983a97dd (commit)
      from  9a15f2f077736b7d52ce01b6102ee9a495f02452 (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 9c25a39c548baa093231ac342a5568c5983a97dd
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Jul 9 08:19:21 2009 +0200

    Ignore messages on stderr when testing for the zsh issue.
    
    * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index fed334e..4b301b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-09  Ralf Wildenhues  <address@hidden>
+
+       Ignore messages on stderr when testing for the zsh issue.
+       * tests/autotest.at (AT_SKIP_PARALLEL_TESTS): Ignore stderr.
+
 2009-07-07  Eric Blake  <address@hidden>
 
        Skip parallel tests when zsh 'set -m' fails.
diff --git a/tests/autotest.at b/tests/autotest.at
index 9bdb728..438c01d 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -994,7 +994,8 @@ AT_CHECK([${CONFIG_SHELL-$SHELL} -c 'test -n 
"${BASH_VERSION+set}]]dnl
 [[${ZSH_VERSION+set}${TEST_PARALLEL_AUTOTEST+set}"' || exit 77])
 # The parallel scheduler requires mkfifo and job control to work.
 AT_CHECK([mkfifo fifo || exit 77])
-AT_CHECK([${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'])
+AT_CHECK([${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'],
+        [], [], [ignore])
 ])
 
 


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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