* 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(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 2342060..c023265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-08-05 Stefano Lattarini <stefano.lattar...@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.lattar...@gmail.com> + maintcheck: fix spurious failure w.r.t. use of bare "exit" * tests/check12.test: Cosmetic changes to avoid triggering a spurious failure of the `sc_tests_Exit_not_exit' maintainer diff --git a/lib/test-driver b/lib/test-driver index 89f6914..8522a49 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='[0;31m' # Red. grn='[0;32m' # Green. lgn='[1;32m' # Light green. -- 1.7.2.3