From cf2e31d3b1f8e7f124c3194417685c0e206fa039 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 5 Aug 2011 16:48:32 +0200 Subject: [PATCH] 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'. --- ChangeLog | 7 +++++++ lib/test-driver | 1 + 2 files changed, 8 insertions(+) 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. -- 2.47.2