From: Bruno Haible Date: Fri, 11 Jun 2021 13:55:33 +0000 (+0200) Subject: Make message in last commit more precise. X-Git-Tag: v1.0~2831 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=39d08c09b444db57f45804bfe86ee17203c45a8a;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 7c5e6be961..d57d006ff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2021-06-11 Bruno Haible + + 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 Clarify where to report test failures from Gnulib tests. diff --git a/gnulib-tool b/gnulib-tool index 4f97e63380..63a875d4a2 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -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 . ##'" - echo " @echo '## ---------------------------------------------------- ##'" + echo " @echo '## ---------------------------------------------------------------------- ##'" + echo " @echo '## ---------------------------- Gnulib tests ---------------------------- ##'" + echo " @echo '## Please report test failures in this directory to . ##'" + echo " @echo '## ---------------------------------------------------------------------- ##'" echo echo "# Clean up after Solaris cc." echo "clean-local:"