]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
check: add small "synchronization" comment to `test-driver'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 5 Aug 2011 14:48:32 +0000 (16:48 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 5 Aug 2011 14:48:32 +0000 (16:48 +0200)
* 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'.

ChangeLog
lib/test-driver

index 234206003bbb660626758968882abd85e2d72362..c0232658dd989c39ef62a71014656c913953458d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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"
index 89f6914f32eaa98a53f41f407d0e20e25162c7bd..8522a49d972ef7672a4d450776141d032e9096ad 100755 (executable)
@@ -74,6 +74,7 @@ while test $# -gt 0; do
 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.