]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix test failure when testing with Test::Harness
authorHugo Landau <hlandau@openssl.org>
Mon, 7 Mar 2022 10:48:13 +0000 (10:48 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 9 Mar 2022 08:46:09 +0000 (09:46 +0100)
commitfe537f89cd6b75c10e717a0eb159f33710729b67
tree672bd2e58c9f7d9a201aad799b6970a6f6874e02
parente9492d1cecf459261f1f5ac0eb03e9c631600537
Fix test failure when testing with Test::Harness

Fixes an issue where, when the test suite was being run with the older
Test::Harness package, the test suite would not complete correctly due
to evaluation of $harness->runtests()->has_errors, which is only
available for the newer TAP::Parser::Aggregator code path.

Fixes #17818.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17823)
test/run_tests.pl