]> git.ipfire.org Git - thirdparty/gettext.git/commit
tests: Fix suggested valgrind invocation.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jul 2025 07:17:58 +0000 (09:17 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 7 Jul 2025 07:17:58 +0000 (09:17 +0200)
commit27d8a1add2c838821b2412c874a8558d9b331015
tree6f8e3ae5bb70a2d1bad3d38d3c0cf757da999c8f
parent673ca474f5dfbceeb877ddaeb3dadc650df5ea4e
tests: Fix suggested valgrind invocation.

A while ago, valgrind exited with exit code != 0 when it encountered an error.
This is apparently not the case any more.

* gettext-tools/tests/Makefile.am (CHECKER): Add --error-exitcode option.
gettext-tools/tests/Makefile.am