summaryrefslogtreecommitdiffstats
path: root/test/asn1_encode_test.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-06-19 11:49:27 +1000
committerRich Salz <rsalz@openssl.org>2017-06-19 22:37:16 -0400
commit6e5e196748b3dbfd2919b23e5b21688885e72881 (patch)
treedadcaeb5234a732879866e878851454ea15ef181 /test/asn1_encode_test.c
parent8fe3127cda7ee89e169184eeeaaca5eebcf8664e (diff)
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)
Diffstat (limited to 'test/asn1_encode_test.c')
-rw-r--r--test/asn1_encode_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asn1_encode_test.c b/test/asn1_encode_test.c
index 6d38837552..3da07503e7 100644
--- a/test/asn1_encode_test.c
+++ b/test/asn1_encode_test.c
@@ -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++;
}