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:
parent
8fe3127cda
commit
6e5e196748
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue