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

index 50926ba03fc93af489f4a26d52a52c624097c021..4fa1d5a8ead786f757d92988b14017ce16a31f29 100644 (file)
@@ -115,7 +115,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 am.test-suite.rx.recheck = ^[  ]*:recheck:[    ]*
 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:[         ]*
+am.test-suite.rx.copy-in-global-log = ^[       ]*:copy-in-global-log:[         ]*
 
 # Some awk code fragments used by one another and eventually by the
 # 'check' and 'recheck' recipes.
@@ -255,7 +255,7 @@ BEGIN { exit_status = 0; } \
           sub("[       ]*$$", "", line); \
           global_test_result = line; \
         } \
-      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
+      else if (line ~ /$(am.test-suite.rx.copy-in-global-log)[nN][oO]/) \
         copy_in_global_log = 0; \
   $(call am.test-suite.awk-io-loop/END,trs) \
   if (copy_in_global_log) \