From: Stefano Lattarini Date: Fri, 5 Aug 2011 14:48:32 +0000 (+0200) Subject: check: add small "synchronization" comment to `test-driver' X-Git-Tag: ng-0.5a~89^2~148^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2e31d3b1f8e7f124c3194417685c0e206fa039;p=thirdparty%2Fautomake.git 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'. --- diff --git a/ChangeLog b/ChangeLog index 234206003..c0232658d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-05 Stefano Lattarini + + 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 maintcheck: fix spurious failure w.r.t. use of bare "exit" diff --git a/lib/test-driver b/lib/test-driver index 89f6914f3..8522a49d9 100755 --- a/lib/test-driver +++ b/lib/test-driver @@ -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='' # Red. grn='' # Green. lgn='' # Light green.