automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [PATCH 04/19] [ng] rename: am__copy_in_global_log_rx -> am


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 04/19] [ng] rename: am__copy_in_global_log_rx -> am.test-suite.rx.copy-in-global-log
Date: Fri, 27 Jul 2012 15:10:21 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]