OpenSSL::Test: supported filtered command output
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Apr 2017 13:53:09 +0000 (15:53 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Apr 2017 13:53:09 +0000 (15:53 +0200)
commitf75f007c35d06717277f78bc8d46af76ee44fe45
tree5ef55621b0ba8a2e49328928b372f60281e7cc87
parente80a0f65d473833908bece6f2d0a2ecc16639474
OpenSSL::Test: supported filtered command output

95-test_external_boringssl.t had a specialised run() variant to prefix
the command output so it wouldn't disturb Test::Harness.  This
functionality if now moved to the run() command, using the added
option 'prefix' that can be set to the string to prefix the output
with.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3201)
test/recipes/95-test_external_boringssl.t
test/testlib/OpenSSL/Test.pm