test/run_tests.pl: don't mask test failures.
authorAndy Polyakov <appro@openssl.org>
Sat, 20 May 2017 10:35:58 +0000 (12:35 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 21 May 2017 09:34:01 +0000 (11:34 +0200)
commitc80bbcbf99fa3bf7954b2ff7aa2168c3f51f3ade
tree8ebcb9a995377bf4835262bdd900b60d0b4435d4
parente2c1aa1ba3bc48eaaaed02c6a9a227d765e42fcb
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>
test/run_tests.pl