+2024-03-06 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Follow gnulib-tool changes, part 44.
+ Follow gnulib-tool changes
+ 2021-06-10 Bruno Haible <bruno@clisp.org>
+ Clarify where to report test failures from Gnulib tests.
+ 2021-06-11 Bruno Haible <bruno@clisp.org>
+ Make message in last commit more precise.
+ * pygnulib/GLEmiter.py (GLEmiter.tests_Makefile_am): Emit a dependency
+ of 'check-am' on 'check-notice' that prints a notice describing where to
+ report test failures.
+
2024-03-06 Bruno Haible <bruno@clisp.org>
gnulib-tool.py: Tweak comment location.
--------------------------------------------------------------------------------
-commit 39d08c09b444db57f45804bfe86ee17203c45a8a
-Author: Bruno Haible <bruno@clisp.org>
-Date: Fri Jun 11 15:55:33 2021 +0200
-
- 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.
-
-commit d465dd70e1ec5fe332160780eb66511028f5897b
-Author: Bruno Haible <bruno@clisp.org>
-Date: Thu Jun 10 21:43:59 2021 +0200
-
- Clarify where to report test failures from Gnulib tests.
-
- * gnulib-tool (func_emit_tests_Makefile_am): Emit a dependency of
- 'check-am' on 'check-notice' that prints a notice.
-
---------------------------------------------------------------------------------
-
commit 4b071c115309079528db7b60e8d2ffb22b129088
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon Apr 26 23:31:29 2021 -0700
emit += '\t@echo \'## You can ignore compiler warnings in this directory. ##\'\n'
emit += '\t@echo \'## ---------------------------------------------------- ##\'\n'
emit += '\n'
+ # Arrange to print a message before executing the tests in this directory.
+ emit += 'check-am: check-notice\n'
+ emit += 'check-notice:\n'
+ emit += '\t@echo \'## ---------------------------------------------------------------------- ##\'\n'
+ emit += '\t@echo \'## ---------------------------- Gnulib tests ---------------------------- ##\'\n'
+ emit += '\t@echo \'## Please report test failures in this directory to <bug-gnulib@gnu.org>. ##\'\n'
+ emit += '\t@echo \'## ---------------------------------------------------------------------- ##\'\n'
+ emit += '\n'
emit += '# Clean up after Solaris cc.\n'
emit += 'clean-local:\n'
emit += '\trm -rf SunWS_cache\n\n'