automake-ng
[Top][All Lists]
Advanced

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

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


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 09/19] [ng] rename: am__rst_title -> am.test-suite.rst-title
Date: Fri, 27 Jul 2012 15:10:26 +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 7608c75..86c30ef 100644
--- a/lib/am/parallel-tests.am
+++ b/lib/am/parallel-tests.am
@@ -274,7 +274,7 @@ END { \
 }'
 
 # Restructured Text title.
-am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
+am.test-suite.rst-title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && 
echo; }
 
 # This supports runtime overriding of $(TESTS) and $(XFAIL_TESTS).
 !am__test_bases ?= \
@@ -376,7 +376,7 @@ $(TEST_SUITE_LOG): $(am__test_logs) $(am__test_results)
        if {                                                            \
          st=0;                                                         \
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
-           $(am__rst_title);                                           \
+           $(am.test-suite.rst-title);                                 \
          create_testsuite_report --no-color;                           \
          echo;                                                         \
          echo ".. contents:: :depth: 2";                               \
-- 
1.7.12.rc0




reply via email to

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