bug#11855: Enabling the 'color-tests' option by default

2012-07-04 Thread Stefano Lattarini
Severity: wishlist Hello automakers. Anyone has an idea about why the 'color-tests' option should be not enabled by default (apart from the obvious historical reasons, that is)? Even when this option is on, the developer is free to disable testsuite coloring on a per-makefile basis

Re: color-tests

2009-07-23 Thread Ralf Wildenhues
Hello Reuben, * Reuben Thomas wrote on Thu, Jul 23, 2009 at 12:21:12PM CEST: > The automake manual for automake 1.10.2 documents the option > color-tests to AM_INIT_AUTOMAKE, but if I try to use it with 1.10.2 it > complains that it doesn't exist, and indeed I can find no trace

color-tests

2009-07-23 Thread Reuben Thomas
The automake manual for automake 1.10.2 documents the option color-tests to AM_INIT_AUTOMAKE, but if I try to use it with 1.10.2 it complains that it doesn't exist, and indeed I can find no trace of it in the code. Presumably it should either be implemented, or the documentation removed? --