automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 02/19] [ng] rename: am__recheck_rx -> am.test-suite


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 02/19] [ng] rename: am__recheck_rx -> am.test-suite.rx.recheck
Date: Fri, 27 Jul 2012 15:10:19 +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 07d37ca..61bbca3 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -112,7 +112,7 @@ $(call am.util.strip-suffixes, $(TEST_EXTENSIONS), \
 ?!HANDLE-EXEEXT?             $(1))))
 ?HANDLE-EXEEXT?              $(patsubst %$(EXEEXT),%,$(1)))))
 
-am__recheck_rx = ^[    ]*:recheck:[    ]*
+am.test-suite.rx.recheck = ^[  ]*:recheck:[    ]*
 am__global_test_result_rx = ^[         ]*:global-test-result:[         ]*
 am.test-suite.rx.result = ^[   ]*:test-result:[        ]*
 am__copy_in_global_log_rx = ^[         ]*:copy-in-global-log:[         ]*
@@ -175,13 +175,13 @@ am__list_recheck_tests = $(AWK) '{ \
            recheck = 0; \
           break; \
         } \
-      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
+      else if (line ~ /$(am.test-suite.rx.recheck)[nN][Oo]/) \
 ## A directive explicitly specifying the test is *not* to be re-run.
         { \
           recheck = 0; \
           break; \
         } \
-      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
+      else if (line ~ /$(am.test-suite.rx.recheck)[yY][eE][sS]/) \
         { \
 ## A directive explicitly specifying the test *is* to be re-run.
           break; \
-- 
1.7.12.rc0




reply via email to

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