automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 05/19] [ng] rename: am__list_recheck_tests -> am.te


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 05/19] [ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck
Date: Fri, 27 Jul 2012 15:10:22 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/parallel-tests.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 4fa1d5a..01358b1 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -149,7 +149,7 @@ am.test-suite.awk-io-loop/END = \
 # A command that, given a newline-separated list of test names on the
 # standard input, print the name of the tests that are to be re-run
 # upon "make recheck".
-am__list_recheck_tests = $(AWK) '{ \
+am.test-suite-list-recheck = $(AWK) '{ \
 ## By default, we assume the test is to be re-run.
   recheck = 1; \
   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
@@ -445,7 +445,7 @@ recheck: all %CHECK_DEPS%
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 ## If running a "make recheck", we must only consider tests that had an
 ## unexpected outcome (FAIL or XPASS) in the earlier run.
-       @bases=`$(am__list_recheck_tests) \
+       @bases=`$(am.test-suite-list-recheck) \
                  <$(am.test-harness.workdir)/bases` || exit 1; \
 ## Remove newlines and normalize whitespace.
        bases=`echo $$bases`; \
-- 
1.7.12.rc0




reply via email to

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