]> git.ipfire.org Git - thirdparty/openssl.git/commit
augment test/run_tests.pl to filter indirect leaks
authorNeil Horman <nhorman@openssl.org>
Thu, 9 Nov 2023 14:12:51 +0000 (09:12 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 21 Dec 2023 14:05:42 +0000 (09:05 -0500)
commitd1093fa92c54cd53a64aa7fc8569f60b116847ab
tree6f9c5f64064f3a154649f80a6b18e8145a7136d8
parentd59c3febdc5f737bd88086b4c3d40d62238be530
augment test/run_tests.pl to filter indirect leaks

When verbosity isn't set to 1 or higher, suppress indirect leaks (i.e.
only print direct leaks) to make output more human-readable.  Setting
V=1 on make test produces all leaks (direct and indirect)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22678)
test/run_tests.pl