[Top][All Lists]
[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='[0;31m' # Red.
grn='[0;32m' # Green.
lgn='[1;32m' # Light green.
--
1.7.12.rc0
- [Automake-NG] [PATCH 03/19] [ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result, (continued)
- [Automake-NG] [PATCH 03/19] [ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 04/19] [ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.test-suite.create-global-log, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 05/19] [ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 12/19] [ng] rename: am__runtest -> am.test-suite.runtest, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 09/19] [ng] rename: am__rst_title -> am.test-suite.rst-title, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 07/19] [ng] rename: am.test-harness.* -> am.test-suite.*, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 06/19] [ng] rename: am__list_recheck_tests -> am.test-suite.list-tests-to-recheck, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 14/19] [ng] rename: am__count_test_result -> am.test-suite.count-results, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 10/19] [ng] rename: am__tty_colors -> am.test-suite.tty-colors, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 11/19] [ng] cosmetics: update a couple of outdated references in comments,
Stefano Lattarini <=
- [Automake-NG] [PATCH 17/19] [ng] rename: am__test_* -> am.test-suite.test-*, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 13/19] [ng] rename: am__handle_per_suffix_test -> am.test-suite.handle-suffix, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 15/19] [ng] rename: am__get_test_bases -> am.test-suite.get-test-bases, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 16/19] [ng] rename: am__xfail_test_bases -> am.test-suite.xfail-test-bases, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 18/19] [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 19/19] [ng] cosmetics: improve a comment, Stefano Lattarini, 2012/07/27
- Re: [Automake-NG] [FYI 00/19] [ng] Several renaming patches, Akim Demaille, 2012/07/27