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

index 61bbca384a0da2781334910766737fe2f146153e..50926ba03fc93af489f4a26d52a52c624097c021 100644 (file)
@@ -113,7 +113,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 ?HANDLE-EXEEXT?              $(patsubst %$(EXEEXT),%,$(1)))))
 
 am.test-suite.rx.recheck = ^[  ]*:recheck:[    ]*
-am__global_test_result_rx = ^[         ]*:global-test-result:[         ]*
+am.test-suite.rx.global-result = ^[    ]*:global-test-result:[         ]*
 am.test-suite.rx.result = ^[   ]*:test-result:[        ]*
 am__copy_in_global_log_rx = ^[         ]*:copy-in-global-log:[         ]*
 
@@ -249,9 +249,9 @@ BEGIN { exit_status = 0; } \
   copy_in_global_log = 1; \
   global_test_result = "RUN"; \
   $(call am.test-suite.awk-io-loop/BEGIN,trs) \
-      if (line ~ /$(am__global_test_result_rx)/) \
+      if (line ~ /$(am.test-suite.rx.global-result)/) \
         { \
-          sub("$(am__global_test_result_rx)", "", line); \
+          sub("$(am.test-suite.rx.global-result)", "", line); \
           sub("[       ]*$$", "", line); \
           global_test_result = line; \
         } \