summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-11 15:55:33 +0200
committerBruno Haible <bruno@clisp.org>2021-06-11 15:55:33 +0200
commit39d08c09b444db57f45804bfe86ee17203c45a8a (patch)
treeedce424c82c909e3c6ec8aec5a0f3f73fe70d983 /gnulib-tool
parentd465dd70e1ec5fe332160780eb66511028f5897b (diff)
downloadgnulib-39d08c09b444db57f45804bfe86ee17203c45a8a.tar.gz
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.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool8
1 files changed, 4 insertions, 4 deletions
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 <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:"