Signed-off-by: Stefano Lattarini <[email protected]>
---
lib/am/parallel-tests.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 50926ba..4fa1d5a 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) \
--
1.7.12.rc0