libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.6-67-g72cefc2


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-67-g72cefc2
Date: Mon, 19 Jan 2009 22:55:41 +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 Libtool".

The branch, master has been updated
       via  72cefc2f632b17940307fb841a25f2c4b5ff17bc (commit)
      from  356234e0e70f82cbe99622c88d5f27694d3bf9a1 (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 72cefc2f632b17940307fb841a25f2c4b5ff17bc
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Jan 19 23:55:07 2009 +0100

    Avoid failure due to Cygwin path detection bug.
    
    * tests/execute-mode.at (execute mode): Ignore noise on stderr;
    Cygwin might consider `d\"e' to be a DOS-style path and warn.
    Report by Charles Wilson.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog             |    7 +++++++
 tests/execute-mode.at |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 67e36a9..06004aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-19  Ralf Wildenhues  <address@hidden>
+
+       Avoid failure due to Cygwin path detection bug.
+       * tests/execute-mode.at (execute mode): Ignore noise on stderr;
+       Cygwin might consider `d\"e' to be a DOS-style path and warn.
+       Report by Charles Wilson.
+
 2009-01-19  Robert Millan  <address@hidden>
 
        Support GNU/kOpenSolaris.
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index a019e8e..fc38ece 100644
--- a/tests/execute-mode.at
+++ b/tests/execute-mode.at
@@ -1,6 +1,6 @@
 # execute-mode.at -- libtool --mode=execute             -*- Autotest -*-
 #
-#   Copyright (C) 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
@@ -190,7 +190,7 @@ do
   if test -z "$arg1"; then
     arg1=$arg2; continue
   fi
-  AT_CHECK([$LIBTOOL --mode=execute ./foo abc "$arg1" "$arg2" xyz], [], 
[stdout])
+  AT_CHECK([$LIBTOOL --mode=execute ./foo abc "$arg1" "$arg2" xyz], [], 
[stdout], [ignore])
   AT_CHECK([$FGREP "$arg1" stdout], [], [ignore])
   AT_CHECK([$FGREP "$arg2" stdout], [], [ignore])
   AT_CHECK([test `sed -n '/^abc$/,/^xyz$/p' stdout | wc -l` -eq 4])


hooks/post-receive
--
GNU Libtool




reply via email to

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