From 39d08c09b444db57f45804bfe86ee17203c45a8a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 11 Jun 2021 15:55:33 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ gnulib-tool | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) 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:" -- 2.39.5