[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-43-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-43-g89ba2a7 |
Date: |
Fri, 20 Apr 2012 09:37:04 +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=89ba2a738c9eb543d499cc6dabe3341cbb21857a
The branch, master has been updated
via 89ba2a738c9eb543d499cc6dabe3341cbb21857a (commit)
from fdf80a97edf2cc9b280a3effbe966915a5db77cc (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 89ba2a738c9eb543d499cc6dabe3341cbb21857a
Author: Stefano Lattarini <address@hidden>
Date: Fri Apr 20 10:23:35 2012 +0200
tests: fix spurious failure with non-ANSI terminals
* t/ax/tap-summary-aux.sh: When checking colored testsuite output,
be sure to export the TERM variable to the value "ansi"; otherwise
the automake testsuite driver will not display colored output, not
even if AM_COLOR_TESTS is exported to "always". Failure revealed
by NixOS Hydra.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/ax/tap-summary-aux.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/ax/tap-summary-aux.sh b/t/ax/tap-summary-aux.sh
index 6965281..6e6a74a 100644
--- a/t/ax/tap-summary-aux.sh
+++ b/t/ax/tap-summary-aux.sh
@@ -56,7 +56,7 @@ do_check ()
cat all.test
st=0
if test $use_colors = yes; then
- make_cmd="env AM_COLOR_TESTS=always $MAKE -e"
+ make_cmd="env TERM=ansi AM_COLOR_TESTS=always $MAKE -e"
else
make_cmd=$MAKE
fi
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-43-g89ba2a7,
Stefano Lattarini <=