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-65-g5e4f908


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-65-g5e4f908
Date: Mon, 19 Jan 2009 20:55:26 +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  5e4f908446e68ea79acc84273d50bad6a6d92a32 (commit)
      from  0c0c502b9684146d1cdedbd383f0f4505c1123a3 (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 5e4f908446e68ea79acc84273d50bad6a6d92a32
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Jan 19 21:54:52 2009 +0100

    Another LT_AT_EXEC_CHECK fixup.
    
    * tests/shlibpath.at (shlibpath_overrides_runpath): Use
    LT_AT_EXEC_CHECK instead of AT_CHECK.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index d9a0b37..b63ca02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-19  Ralf Wildenhues  <address@hidden>
+
+       Another LT_AT_EXEC_CHECK fixup.
+       * tests/shlibpath.at (shlibpath_overrides_runpath): Use
+       LT_AT_EXEC_CHECK instead of AT_CHECK.
+
 2009-01-19  Roumen Petrov  <address@hidden>  (tiny change)
 
        Add missing $EXEEXT to java test.
diff --git a/tests/shlibpath.at b/tests/shlibpath.at
index 658bfd8..eea059b 100644
--- a/tests/shlibpath.at
+++ b/tests/shlibpath.at
@@ -51,7 +51,7 @@ $LIBTOOL --mode=clean rm -f liba.la
 eval `$LIBTOOL --config | $EGREP 
'^(shlibpath_var|shlibpath_overrides_runpath)='`
 
 # No point checking a system with static libraries:
-AT_CHECK([{ ./m || exit 1; } && exit 77], [1], [ignore], [ignore])
+LT_AT_EXEC_CHECK([./m], [1], [ignore], [ignore], [|| exit 1 && exit 77])
 
 if test "$shlibpath_var" = PATH; then
   addpath=`pwd`/moved/bin
@@ -65,7 +65,7 @@ export $shlibpath_var
 if test "$shlibpath_overrides_runpath" != no; then
   LT_AT_EXEC_CHECK([./m], [0], [ignore], [ignore])
 else
-  AT_CHECK([./m || exit 1], [1], [ignore], [ignore])
+  LT_AT_EXEC_CHECK([./m], [1], [ignore], [ignore], [|| exit 1])
 fi
 # Test that shlibpath_var is effective in adding paths at all:
 LT_AT_EXEC_CHECK([./m2], [0], [ignore], [ignore])


hooks/post-receive
--
GNU Libtool




reply via email to

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