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

index 07d37cabab044c5ed0329eef013eebf56f03dc1e..61bbca384a0da2781334910766737fe2f146153e 100644 (file)
@@ -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; \