]> Savannah Git Hosting - gnulib.git/commitdiff
Make message in last commit more precise.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Jun 2021 13:55:33 +0000 (15:55 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Jun 2021 13:55:33 +0000 (15:55 +0200)
Suggested by Eric Blake.

* gnulib-tool (func_emit_tests_Makefile_am): Add more precision to
'check-notice' message.

ChangeLog
gnulib-tool

index 7c5e6be96132d1eabea03af811fbde6ecfd25e76..d57d006ff59a4c794e0ff6fb77a94c3c068c1ce5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-06-11  Bruno Haible  <bruno@clisp.org>
+
+       Make message in last commit more precise.
+       Suggested by Eric Blake.
+       * gnulib-tool (func_emit_tests_Makefile_am): Add more precision to
+       'check-notice' message.
+
 2021-06-10  Bruno Haible  <bruno@clisp.org>
 
        Clarify where to report test failures from Gnulib tests.
index 4f97e6338074ef1298fe69c4ea16b95071eed05e..63a875d4a26ce98c204c07339681f6890cf79741 100755 (executable)
@@ -4278,10 +4278,10 @@ func_emit_tests_Makefile_am ()
   # Arrange to print a message before executing the tests in this directory.
   echo "check-am: check-notice"
   echo "check-notice:"
-  echo "       @echo '## ---------------------------------------------------- ##'"
-  echo "       @echo '## ------------------- Gnulib tests ------------------- ##'"
-  echo "       @echo '## Please report test failures to <bug-gnulib@gnu.org>. ##'"
-  echo "       @echo '## ---------------------------------------------------- ##'"
+  echo "       @echo '## ---------------------------------------------------------------------- ##'"
+  echo "       @echo '## ---------------------------- Gnulib tests ---------------------------- ##'"
+  echo "       @echo '## Please report test failures in this directory to <bug-gnulib@gnu.org>. ##'"
+  echo "       @echo '## ---------------------------------------------------------------------- ##'"
   echo
   echo "# Clean up after Solaris cc."
   echo "clean-local:"