automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 11/19] [ng] cosmetics: update a couple of outdated


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 11/19] [ng] cosmetics: update a couple of outdated references in comments
Date: Fri, 27 Jul 2012 15:10:28 +0200

* lib/tap-driver.pl, lib/test-driver: Here, about synchronization of
definition of ANSI color escapes with the relevant makefile fragments.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/tap-driver.pl | 2 +-
 lib/test-driver   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl
index c15d2b5..50fa6b5 100755
--- a/lib/tap-driver.pl
+++ b/lib/tap-driver.pl
@@ -49,7 +49,7 @@ END
 my $HELP = "$ME: TAP-aware test driver for Automake testsuite harness." .
            "\n" . $USAGE;
 
-# Keep this in sync with `lib/am/check.am:$(am__tty_colors)'.
+# Keep in sync with 'lib/am/color-tests.am:$(am.test-suite.tty-colors)'.
 my %COLOR = (
   red => "\e[0;31m",
   grn => "\e[0;32m",
diff --git a/lib/test-driver b/lib/test-driver
index c29e726..56d2816 100755
--- a/lib/test-driver
+++ b/lib/test-driver
@@ -74,7 +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)'.
+  # Keep in sync with 'lib/am/color-tests.am:$(am.test-suite.tty-colors)'.
   red='' # Red.
   grn='' # Green.
   lgn='' # Light green.
-- 
1.7.12.rc0




reply via email to

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