Put error output back.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3710)
This commit is contained in:
Pauli 2017-06-19 11:49:27 +10:00 committed by Rich Salz
parent 8fe3127cda
commit 6e5e196748

View file

@ -814,6 +814,7 @@ static int test_intern(const TEST_PACKAGE *package)
if (!do_print_item(package)) {
TEST_error("Printing of %s failed", package->name);
TEST_openssl_errors();
fail++;
}