* lib/test-driver: Add comment to the code initializing ANSI color
escapes, telling to keep it in sync with the similar initialization
in `lib/am/check.am'.
+2011-08-05 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ check: add small "synchronization" comment to `test-driver'
+ * lib/test-driver: Add comment to the code initializing ANSI color
+ escapes, telling to keep it in sync with the similar initialization
+ in `lib/am/check.am'.
+
2011-08-05 Stefano Lattarini <stefano.lattarini@gmail.com>
maintcheck: fix spurious failure w.r.t. use of bare "exit"
done
if test $color_tests = yes; then
+ # Keep this in sync with `lib/am/check.am:$(am__tty_colors)'.
red='\e[0;31m' # Red.
grn='\e[0;32m' # Green.
lgn='\e[1;32m' # Light green.