]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__list_recheck_tests -> am.test-suite-list-recheck
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 11:26:26 +0000 (13:26 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 11:26:26 +0000 (13:26 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/parallel-tests.am

index 4fa1d5a8ead786f757d92988b14017ce16a31f29..01358b1fba7ad433396d20371ea7688cb15e5170 100644 (file)
@@ -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`; \