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.
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) \