]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove HARNESS_OSSL_PREFIX manipulation in the test harness
authorEugene Syromiatnikov <esyr@openssl.org>
Mon, 21 Jul 2025 11:32:24 +0000 (13:32 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 29 Jul 2025 17:12:10 +0000 (13:12 -0400)
commit70c05fcde53cf480d6ed4c9c851fe0665f7cf76f
treeb663248157c67197e63dbc0d8a1f95ffb57a0fa4
parente08b83cbb3b853ae9dc364c32d927405172918ac
Remove HARNESS_OSSL_PREFIX manipulation in the test harness

The aim of HARNESS_OSSL_PREFIX environment variable is to avoid contaminating
TAP producer's output with stanzas that can be interpreted by a TAP producer
by prefixing them with comment;  this can be achieved by processing
the output within the runner instead, as it already does for non-standard
prefixes;  it also has the added benefit of alleviating the need
to reset it for the external tests in order to avoid messing
with their output checks.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)
test/recipes/95-test_external_gost_engine_data/gost_engine.sh
test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
test/recipes/95-test_external_pkcs11_provider_data/pkcs11-provider.sh
util/perl/OpenSSL/Test.pm