[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-NG] [PATCH 14/19] [ng] rename: am__count_test_result -> am.tes
From: |
Stefano Lattarini |
Subject: |
[Automake-NG] [PATCH 14/19] [ng] rename: am__count_test_result -> am.test-suite.count-results |
Date: |
Fri, 27 Jul 2012 15:10:31 +0200 |
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/am/parallel-tests.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 4fab059..cd7fa27 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -201,7 +201,7 @@ am.test-suite.list-tests-to-recheck = $(AWK) '{ \
# the '.trs' files of that given tests. For example, the count of
# PASSes will be saved in the '$am_PASS' variable, the count of SKIPs
# in the '$am_SKIP' variable, and so on.
-am__count_test_results = $(AWK) ' \
+am.test-suite.count-results = $(AWK) ' \
$(am.test-suite.awk-functions) \
BEGIN { exit_status = 0; } \
{ \
@@ -325,7 +325,8 @@ $(TEST_SUITE_LOG): $(am__test_logs) $(am__test_results)
## unreadable test results, but they'll be appropriately updated later if
## needed.
am_PASS=0 am_FAIL=0 am_SKIP=0 am_XPASS=0 am_XFAIL=0 am_ERROR=0; \
- count_test_results_command=`$(am__count_test_results) <$$workdir/bases`
\
+ count_test_results_command=`\
+ $(am.test-suite.count-results) <$$workdir/bases` \
&& eval "$$count_test_results_command" \
|| fatal "unknown error reading test results"; \
## Whether the testsuite was successful or not.
--
1.7.12.rc0
- [Automake-NG] [PATCH 01/19] [ng] rename: am__test_result_rx -> am.test-suite.rx.result, (continued)
- [Automake-NG] [PATCH 01/19] [ng] rename: am__test_result_rx -> am.test-suite.rx.result, Stefano Lattarini, 2012/07/27
- [Automake-NG] [PATCH 02/19] [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck, Stefano Lattarini, 2012/07/27
- [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 <=
- [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, 2012/07/27
- [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