automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] check: add small "synchronization" comment to `test-driver'


From: Stefano Lattarini
Subject: [PATCH] check: add small "synchronization" comment to `test-driver'
Date: Fri, 5 Aug 2011 20:35:26 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* 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  <address@hidden>
 
+       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  <address@hidden>
+
        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='' # Red.
   grn='' # Green.
   lgn='' # Light green.
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]