From fb645bdb43b3217e36d2ebfb0649a6a253263b1b Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 Jul 2012 14:02:28 +0200 Subject: [PATCH] [ng] rename: am__rst_title -> am.test-suite.rst-title Signed-off-by: Stefano Lattarini --- 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 7608c754c..86c30ef7f 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"; \ -- 2.47.2