Eric Blake wrote: > > +++ b/gnulib-tool > > @@ -4275,6 +4275,14 @@ func_emit_tests_Makefile_am () > > echo " @echo '## You can ignore compiler warnings in this directory. > > ##'" > > echo " @echo '## ---------------------------------------------------- > > ##'" > > echo > > + # 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>. > > ##'" > > Is it worth the longer line for "test failures in this directory"?
Yes, thanks for the suggestion. Done: 2021-06-11 Bruno Haible <br...@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. diff --git a/gnulib-tool b/gnulib-tool index 4f97e63..63a875d 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 <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:"