automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.tes


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 08/19] [ng] rename: am__create_global_log -> am.test-suite.create-global-log
Date: Fri, 27 Jul 2012 15:10:25 +0200

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

diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am
index a206b10..7608c75 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -231,7 +231,7 @@ END { \
 
 # A command that, given a newline-separated list of test names on the
 # standard input, create the global log from their .trs and .log files.
-am__create_global_log = $(AWK) ' \
+am.test-suite.create-global-log = $(AWK) ' \
 $(am.test-suite.awk-functions) \
 function rst_section(header) \
 { \
@@ -381,12 +381,12 @@ $(TEST_SUITE_LOG): $(am__test_logs) $(am__test_results)
          echo;                                                         \
          echo ".. contents:: :depth: 2";                               \
          echo;                                                         \
-         $(am__create_global_log) <$$workdir/bases;                    \
+         $(am.test-suite.create-global-log) <$$workdir/bases;          \
        } >$(TEST_SUITE_LOG).tmp; then                                  \
          mv -f $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                \
        else                                                            \
-## The awk program in $(am__create_global_log) should have already emitted
-## a proper error message about I/O error, no need to repeat it.
+## The awk program in $(am.test-suite.create-global-log) should have already
+## emitted a proper error message about I/O error, no need to repeat it.
          rm -f $(TEST_SUITE_LOG).tmp; exit 1;                          \
        fi;                                                             \
 ## Emit the test summary on the console.
-- 
1.7.12.rc0




reply via email to

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