automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 03/19] [ng] rename: am__global_test_result_rx -> am


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 03/19] [ng] rename: am__global_test_result_rx -> am.test-suite.rx.global-result
Date: Fri, 27 Jul 2012 15:10:20 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/parallel-tests.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index 61bbca3..50926ba 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -113,7 +113,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 ?HANDLE-EXEEXT?              $(patsubst %$(EXEEXT),%,$(1)))))
 
 am.test-suite.rx.recheck = ^[  ]*:recheck:[    ]*
-am__global_test_result_rx = ^[         ]*:global-test-result:[         ]*
+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:[         ]*
 
@@ -249,9 +249,9 @@ BEGIN { exit_status = 0; } \
   copy_in_global_log = 1; \
   global_test_result = "RUN"; \
   $(call am.test-suite.awk-io-loop/BEGIN,trs) \
-      if (line ~ /$(am__global_test_result_rx)/) \
+      if (line ~ /$(am.test-suite.rx.global-result)/) \
         { \
-          sub("$(am__global_test_result_rx)", "", line); \
+          sub("$(am.test-suite.rx.global-result)", "", line); \
           sub("[       ]*$$", "", line); \
           global_test_result = line; \
         } \
-- 
1.7.12.rc0




reply via email to

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