From: Stefano Lattarini Date: Fri, 27 Jul 2012 11:03:06 +0000 (+0200) Subject: [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0356705484a4ccbb61f0e5f365a7c9d7b763b9;p=thirdparty%2Fautomake.git [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index 07d37caba..61bbca384 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -112,7 +112,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \ ?!HANDLE-EXEEXT? $(1)))) ?HANDLE-EXEEXT? $(patsubst %$(EXEEXT),%,$(1))))) -am__recheck_rx = ^[ ]*:recheck:[ ]* +am.test-suite.rx.recheck = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am.test-suite.rx.result = ^[ ]*:test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* @@ -175,13 +175,13 @@ am__list_recheck_tests = $(AWK) '{ \ recheck = 0; \ break; \ } \ - else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + else if (line ~ /$(am.test-suite.rx.recheck)[nN][Oo]/) \ ## A directive explicitly specifying the test is *not* to be re-run. { \ recheck = 0; \ break; \ } \ - else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + else if (line ~ /$(am.test-suite.rx.recheck)[yY][eE][sS]/) \ { \ ## A directive explicitly specifying the test *is* to be re-run. break; \