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-88-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-88-g25853e5
Date: Wed, 22 Jul 2009 12:58:15 +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=25853e5836109cf5a5113372ed578a0bb2950886

The branch, master has been updated
       via  25853e5836109cf5a5113372ed578a0bb2950886 (commit)
      from  497a186732392d9ae297125071fc11794d364fcb (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 25853e5836109cf5a5113372ed578a0bb2950886
Author: Eric Blake <address@hidden>
Date:   Wed Jul 22 06:50:14 2009 -0600

    Fix test of autom4te from stdin.
    
    * tests/tools.at (autom4te cache locking): Make stdin request
    explicit, so that --force is properly used.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index e1a6494..4b9fb5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-22  Eric Blake  <address@hidden>
+
+       Fix test of autom4te from stdin.
+       * tests/tools.at (autom4te cache locking): Make stdin request
+       explicit, so that --force is properly used.
+
 2009-07-16  Eric Blake  <address@hidden>
 
        Don't hide leading space in autom4te --trace output.
diff --git a/tests/tools.at b/tests/tools.at
index 542e668..529eb93 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -1034,8 +1034,8 @@ AT_SETUP([autom4te cache locking])
 # Cannot use AT_CHECK here, autotest internals could be messed up.
 
 (echo AC_INIT; sleep 2; echo) \
-  | (autom4te --language=autoconf -o configure; echo $? >&2 ) 2>errlog &
-AT_CHECK([echo AC_INIT | autom4te --language=autoconf -o configure])
+  | (autom4te --language=autoconf -o configure -; echo $? >&2 ) 2>errlog &
+AT_CHECK([echo AC_INIT | autom4te --language=autoconf -o configure -])
 wait
 
 # Ignore additional output from shell verbose or xtrace mode.


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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