check: don't use multi-line coloring for the report
authorBert Wesarg <bert.wesarg@googlemail.com>
Fri, 17 Jun 2011 19:59:52 +0000 (21:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 20 Jun 2011 08:25:03 +0000 (10:25 +0200)
commitb8c2b69913b652bcfd4665b041f11d8b5316da2b
tree735c1224ab5ac0e4aa64d3366d3472babd25cb2f
parent60cd9bc070d62bb9046298792bf344d233620a14
check: don't use multi-line coloring for the report

"less -R" can't handle multi-line coloring as it is done for the
check reports of the serial and parallel testsuite, because of
performance reasons.  Thus, color each line of the check report
by its own.

* lib/am/check.am (am__text_box): Accept colors for lines, and
color each line by its own.
[%?PARALLEL_TESTS%] $(TEST_SUITE_LOG): Let am__text_box handle
the line coloring.
[!%?PARALLEL_TESTS%] $(check-TESTS): Color each report line by
its own.
* THANKS: Update.
ChangeLog
THANKS
lib/Automake/tests/Makefile.in
lib/am/check.am
tests/Makefile.in