[PATCH 1/2] check: support colorized testsuite output by default

2012-07-22 Thread Stefano Lattarini
Fixes automake bug#11855. With this change, we make the 'color-tests' option enabled by default. That option remains still silently accepted as a no-op, for backward compatibility. The developer of a package is still free to disable testsuite coloring on a per-makefile basis (by adding "AM_COLOR_

[PATCH 2/2] tests: better name for a couple of tests

2012-07-22 Thread Stefano Lattarini
* t/color.sh: Rename ... * t/color-tests.sh: ... like this. * t/color2.sh: Rename ... * t/color-tests2.sh: ... like this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- t/{color.sh => color-tests.sh} |0 t/{color2.sh => color-tests2.sh} |0 t/list-of-tests.mk

[PATCH 0/2] Enable colorized testsuite output by default

2012-07-22 Thread Stefano Lattarini
Reference: 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 color

[PATCH] {master} tags: unify recursion for tags targets with that of "usual" targets

2012-07-22 Thread Stefano Lattarini
This change has a side effect: now any failure of the 'tags', 'ctags', 'cscope' and 'cscopelist' targets in a subdirectory will cause the recursive command issued from the top directory to fail. We believe that this behavioural change is not only justified by the simplification this patch entails,