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
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]++;\
} \