automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 01/19] [ng] rename: am__test_result_rx -> am.test-s


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 01/19] [ng] rename: am__test_result_rx -> am.test-suite.rx.result
Date: Fri, 27 Jul 2012 15:10:18 +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 5f7be89..07d37ca 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -114,7 +114,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 
 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
@@ -205,9 +205,9 @@ $(am.test-suite.awk-functions) \
 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]++;\
         } \
-- 
1.7.12.rc0




reply via email to

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