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

index 5f7be894e1bac45d3e3d4ef1c824e54cc89571e4..07d37cabab044c5ed0329eef013eebf56f03dc1e 100644 (file)
@@ -114,7 +114,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 
 am__recheck_rx = ^[    ]*:recheck:[    ]*
 am__global_test_result_rx = ^[         ]*:global-test-result:[         ]*
-am__test_result_rx = ^[        ]*:test-result:[        ]*
+am.test-suite.rx.result = ^[   ]*:test-result:[        ]*
 am__copy_in_global_log_rx = ^[         ]*:copy-in-global-log:[         ]*
 
 # Some awk code fragments used by one another and eventually by the
@@ -205,9 +205,9 @@ $(am.test-suite.awk-functions) \
 BEGIN { exit_status = 0; } \
 { \
   $(call am.test-suite.awk-io-loop/BEGIN,trs) \
-      if (line ~ /$(am__test_result_rx)/) \
+      if (line ~ /$(am.test-suite.rx.result)/) \
         { \
-          sub("$(am__test_result_rx)", "", line); \
+          sub("$(am.test-suite.rx.result)", "", line); \
           sub("[:      ].*$$", "", line); \
           counts[line]++;\
         } \