automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, master, updated. Release-1-10-67-gd826333


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, master, updated. Release-1-10-67-gd826333
Date: Tue, 13 Nov 2007 21:58:29 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d826333beefa170835b20612332be837624f72c1

The branch, master has been updated
       via  d826333beefa170835b20612332be837624f72c1 (commit)
      from  83df77e58dbce5bb38f0b70ecd3cab7fdfda4d00 (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 d826333beefa170835b20612332be837624f72c1
Author: Bob Proulx <address@hidden>
Date:   Tue Nov 13 22:57:15 2007 +0100

    Fix color test failure on dumb (and other) terminals.
    
    * tests/color.test: Set TERM to `ansi'.

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

Summary of changes:
 ChangeLog        |    5 +++++
 tests/color.test |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f02f870..c80196c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-13  Bob Proulx  <address@hidden>
+
+       Fix color test failure on dumb (and other) terminals.
+       * tests/color.test: Set TERM to `ansi'.
+
 2007-11-12  Ralf Wildenhues  <address@hidden>
 
        Avoid spurious test failure with `make check TESTS=check5.test'.
diff --git a/tests/color.test b/tests/color.test
index d30d1e0..8d6520d 100755
--- a/tests/color.test
+++ b/tests/color.test
@@ -24,6 +24,9 @@
 
 set -e
 
+TERM=ansi
+export TERM
+
 red=''
 grn=''
 lgn=''


hooks/post-receive
--
GNU Automake




reply via email to

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