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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> + + Fix color test failure on dumb (and other) terminals. + * tests/color.test: Set TERM to `ansi'. + 2007-11-12 Ralf Wildenhues <[EMAIL PROTECTED]> 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='[0;31m' grn='[0;32m' lgn='[1;32m' hooks/post-receive -- GNU Automake