Put error output back.
authorPauli <paul.dale@oracle.com>
Mon, 19 Jun 2017 01:49:27 +0000 (11:49 +1000)
committerRich Salz <rsalz@openssl.org>
Tue, 20 Jun 2017 02:37:16 +0000 (22:37 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3710)

test/asn1_encode_test.c

index 6d3883755260cb8b990d1883fa1acdf7b716a1a7..3da07503e7ea47a1e666702180575f8c64963495 100644 (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++;
     }