]> git.ipfire.org Git - thirdparty/automake.git/commit
test: allow running with fatal warnings given in PERL5OPT.
authorKarl Berry <karl@freefriends.org>
Tue, 4 Feb 2025 16:22:26 +0000 (08:22 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 4 Feb 2025 16:22:26 +0000 (08:22 -0800)
commit92f83bdb4f3122a4dcbb10b2a89b5b52ab2b82b6
tree286228f0e7a93f8aac9804036decca2040f74224
parent3fbc3f90d1bfdc68a3d12f3d08acde70e53befee
test: allow running with fatal warnings given in PERL5OPT.

* HACKING: mention running the test suite with
PERL5OPT=-Mwarnings=FATAL,all  in the environment at new Perl (and
Automake releases), to try to keep up with new Perl warnings.
Suggestion from Jacob Bachmeyer,
https://lists.gnu.org/archive/html/automake/2025-02/msg00001.html
* t/parallel-tests-log-compiler-example.sh: explicitly use warnings
so that this PERL5OPT setting won't be a fatal error.
* NEWS: formatting.
HACKING
NEWS
t/parallel-tests-log-compiler-example.sh