summaryrefslogtreecommitdiff
path: root/lib/test-driver
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-05 16:48:32 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-05 16:48:32 +0200
commitcf2e31d3b1f8e7f124c3194417685c0e206fa039 (patch)
tree9b5d131f974b74651b3e7450f86f99363c37c94d /lib/test-driver
parentf5cb0635a837eb99591ac0356f242f0496f1ad0f (diff)
downloadautomake-cf2e31d3b1f8e7f124c3194417685c0e206fa039.tar.gz
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'.
Diffstat (limited to 'lib/test-driver')
-rwxr-xr-xlib/test-driver1
1 files changed, 1 insertions, 0 deletions
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.