]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
test/run_tests.pl: Ensure that all HARNESS_VERBOSE values are respected
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Dec 2025 13:11:30 +0000 (14:11 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Dec 2025 14:55:34 +0000 (15:55 +0100)
commit3a0664325198f52b0608a86e665919e6f25de0d3
treeb7ba25bac32dd5b1fd9a121ec28fb73207f7a69f
parentebd690b1eb0d95c6784e2f36dd86d72670b82794
test/run_tests.pl: Ensure that all HARNESS_VERBOSE values are respected

... with perl truthiness in mind

Most of all, this means not having undue expectations that its value
is numerical (this is particularly true when HARNESS_VERBOSE isn't given
by the user, and this script's default is "yes").

We do this by ensuring that $tap_verbosity is turned into an appropriate
number if HARNESS_VERBOSE's value isn't numerical.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29443)
test/run_tests.pl