]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__rst_title -> am.test-suite.rst-title
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:02:28 +0000 (14:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 12:02:28 +0000 (14:02 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/parallel-tests.am

index 7608c754cc46c1fcbe71e5e15dadec3c38ac4755..86c30ef7f3fe3e86a3dd3d66b5a22eb66da9f04a 100644 (file)
@@ -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";                               \