From: Stefano Lattarini Date: Fri, 27 Jul 2012 11:22:03 +0000 (+0200) Subject: [ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207d7e7b440b78c1a2320419825b808183903cf6;p=thirdparty%2Fautomake.git [ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index 50926ba03..4fa1d5a8e 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -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) \