From: Paul Smith Date: Sun, 23 Apr 2023 15:35:02 +0000 (-0400) Subject: * NEWS: Note the change to the tests suite X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fec72ea308bcacb1dacdcab30b0ce9647a1631ca;p=thirdparty%2Fmake.git * NEWS: Note the change to the tests suite --- diff --git a/NEWS b/NEWS index 19db619a..d14fc568 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&se invoked recursively, warnings can be controlled only for the current instance of make using the .WARNINGS variable. +* Tests in the regression test suite now are run in their own directory to + avoid cross-contamination and allow cleanup if the tests are interrupted. + Version 4.4.1 (26 Feb 2023)