From cab177814a3131edf7141460443bfea0b55c69ca Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 22 Jul 2023 20:49:25 +0100 Subject: [PATCH] Document the cleanups to "make test". --- doc/NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/NEWS.md b/doc/NEWS.md index cee49f6..d1c1774 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -4,6 +4,9 @@ * cleanup: added copyright notice to all source files as per GNU standards * cleanup: changed "`--version`" output to conform to GNU standards * cleanup: replaced backticks with `$()` in all shell scripts that did not come from elsewhere + * cleanup: extended the "`make test`" mechanism to allow certain tests to be skipped on platforms that cannot support them + * cleanup: improved the output formatting of "`make test`" + * cleanup: skip test 10 (for *SIGPIPE*) if GNU "`head`" is not available, so "`make test`" on stock OpenBSD 7.3 works 1.7.0 - 17 July 2023 * dropped: support for Red Hat Enterprise Linux and its derivatives has been dropped; removed the RPM spec file, and will no longer build binaries