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.10-16-gd640a3f


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-16-gd640a3f
Date: Mon, 14 Jun 2010 18:44:34 +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  d640a3f4fca82e18b16eed3d6cc2f91e5cc8d74e (commit)
      from  0263ff229bbf6f02a61d4ccad3bd4ab3a5601e1d (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 d640a3f4fca82e18b16eed3d6cc2f91e5cc8d74e
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jun 13 11:46:16 2010 +0200

    Enable colored Autotest testsuite output if available.
    
    * tests/testsuite.at: Move AT_INIT call down to late in the
    file, all prior code can go beforehand.
    Call AT_COLOR_TESTS if defined.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog          |    7 +++++++
 tests/testsuite.at |    9 ++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2ffbcee..8629a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-14  Ralf Wildenhues  <address@hidden>
+
+       Enable colored Autotest testsuite output if available.
+       * tests/testsuite.at: Move AT_INIT call down to late in the
+       file, all prior code can go beforehand.
+       Call AT_COLOR_TESTS if defined.
+
 2010-06-14  Peter O'Gorman  <address@hidden>
 
        Pass resident test with --disable-shared too.
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 423e544..3935962 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,6 +1,6 @@
 # Process with autom4te to create an -*- Autotest -*- test suite.
 #
-#   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software
+#   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
@@ -23,8 +23,6 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ####
 
-AT_INIT
-
 m4_divert_push([PREPARE_TESTS])dnl
 : ${tst_dist=dist}
 : ${ACLOCAL=aclocal}
@@ -441,6 +439,11 @@ m4_pattern_allow([^dnl$])
 # We exercise these tools.
 dnl AT_TESTED([grep autoreconf autom4te automake])
 
+# Enable colored output if available.
+m4_ifdef([AT_COLOR_TESTS], [AT_COLOR_TESTS])
+
+AT_INIT
+
 ## ----------- ##
 ## The suite.  ##
 ## ----------- ##


hooks/post-receive
-- 
GNU Libtool



reply via email to

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