]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] cosmetics: update a couple of outdated references in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:09:47 +0000 (14:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:16:55 +0000 (14:16 +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 <stefano.lattarini@gmail.com>
lib/tap-driver.pl
lib/test-driver

index c15d2b5f8c08d05848832653b20e5434baf745dd..50fa6b5998112e773be923c1ffe29fd4f0ea50a1 100755 (executable)
@@ -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",
index c29e726ff5c0bc6768d9e29e19ca8e7259d48ae7..56d281657e095464eeaa61d1a5757fcaa8bcc2f5 100755 (executable)
@@ -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='\e[0;31m' # Red.
   grn='\e[0;32m' # Green.
   lgn='\e[1;32m' # Light green.