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-144-g91697c2


From: Peter O'Gorman
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-144-g91697c2
Date: Mon, 07 Sep 2009 21:12:01 +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  91697c2092ad24aab5b926abd7b9247f14d2d9b9 (commit)
      from  4ad8b63bd1069246c540ba2973da967fe7b68c9c (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 91697c2092ad24aab5b926abd7b9247f14d2d9b9
Author: Peter O'Gorman <address@hidden>
Date:   Mon Sep 7 15:17:03 2009 -0500

    Fix redirect in test case.
    
    tests/darwin.at: Fix stderr redirect.

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

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

diff --git a/ChangeLog b/ChangeLog
index a9f29ae..cc43535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-09-07  Peter O'Gorman  <address@hidden
 
+       Fix redirect in test case.
+       * tests/darwin.at: Fix stderr redirect.
+
        Use darwin's -force_load flag if available for whole_archive_flag_spec
        * libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Check for
        -force_load and use it if there.
diff --git a/tests/darwin.at b/tests/darwin.at
index 8f55f80..bb71207 100644
--- a/tests/darwin.at
+++ b/tests/darwin.at
@@ -184,7 +184,7 @@ AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS ]dnl
 
 AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS ]dnl
         [  -o main main.lo libbar.la],[], [ignore], [ignore])
-AT_CHECK([echo quit | $LIBTOOL --mode=execute gdb main 2>err1],
+AT_CHECK([echo quit | $LIBTOOL --mode=execute gdb main],
         [ignore], [ignore], [stderr])
 
 AT_CHECK([grep 'Could not find object file' stderr],[1],[ignore],[ignore])


hooks/post-receive
-- 
GNU Libtool




reply via email to

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