Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11855>
The actual implementation is done by the first patch. The second on is just a minor testsuite cleanup "while we are at it". I intend to push this series by tomorrow. Regards, Stefano Stefano Lattarini (2): check: support colorized testsuite output by default tests: better name for a couple of tests NEWS | 7 +++++++ automake.in | 1 - doc/automake.texi | 37 +++++++++++++++--------------------- lib/am/check.am | 5 +---- t/ax/tap-summary-aux.sh | 1 - t/ax/testsuite-summary-checks.sh | 4 +--- t/color-tests-opt.sh | 39 ++++++++++++++++++++++++++++++++++++++ t/{color.sh => color-tests.sh} | 1 - t/{color2.sh => color-tests2.sh} | 18 ++++++++++++++++-- t/list-of-tests.mk | 5 +++-- t/tap-realtime.sh | 2 ++ 11 files changed, 84 insertions(+), 36 deletions(-) create mode 100755 t/color-tests-opt.sh rename t/{color.sh => color-tests.sh} (99%) rename t/{color2.sh => color-tests2.sh} (91%) -- 1.7.10.4