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.61a-362


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-362-gbac71a4
Date: Sun, 02 Mar 2008 10:25:56 +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=bac71a40b9aed0bc2d9ef05a990c33bdb1e106b3

The branch, master has been updated
       via  bac71a40b9aed0bc2d9ef05a990c33bdb1e106b3 (commit)
      from  01a17a6664a32e723996a9f722321431311e88c3 (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 bac71a40b9aed0bc2d9ef05a990c33bdb1e106b3
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Mar 2 10:53:05 2008 +0100

    Ignore errors from ./run on w32.
    
    * tests/autotest.at (whitespace in absolute testdir):
    Ignore stderr for `./run' which fails to remove the
    busy test directory on w32.

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

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

diff --git a/tests/autotest.at b/tests/autotest.at
index b865e9e..78d8a8a 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -721,7 +721,7 @@ AT_CLEANUP
 AT_CHECK_AUTOM4TE([--language=autotest -o suite suite.at])
 AT_CHECK([top_srcdir=$wd ./suite], [0], [ignore])
 AT_CHECK([top_srcdir=$wd ./suite -d], [0], [ignore])
-AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore])
+AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore], [ignore])
 AT_CLEANUP
 
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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