test/run_tests.pl: don't mask test failures.
authorAndy Polyakov <appro@openssl.org>
Sun, 21 May 2017 09:40:46 +0000 (11:40 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 22 May 2017 08:18:15 +0000 (10:18 +0200)
commitc7f6ec9e5afc575df260c21ba77cf3a45a8b9b39
treec4f42d3206690e5dc35dba6bd3ca3bda1e5dabc2
parent8f59b3267ddbffc6dd0da780fe5a1f3dcc4a2259
test/run_tests.pl: don't mask test failures.

Switch to TAP::Harness inadvertently masked test failures.
Test::Harness::runtests was terminating with non-zero exit code in case
of failure[s], while TAP::Harness apparently holds caller responsible
for doing so.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/run_tests.pl