diff options
author | Emilia Kasper <emilia@openssl.org> | 2016-11-03 14:27:05 +0100 |
---|---|---|
committer | Emilia Kasper <emilia@openssl.org> | 2016-11-04 15:05:29 +0100 |
commit | 6ec327eed616deeb4e5ecf1abfb1e1a530ba0701 (patch) | |
tree | 2521227973a0270863480924ab068a5b1fa2efa9 /test/ct_test.c | |
parent | Travis: add a strict build (diff) | |
download | openssl-6ec327eed616deeb4e5ecf1abfb1e1a530ba0701.tar.xz openssl-6ec327eed616deeb4e5ecf1abfb1e1a530ba0701.zip |
testutil: always print errors on failure
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ct_test.c')
-rw-r--r-- | test/ct_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ct_test.c b/test/ct_test.c index 705fbfbb83..db03f868ee 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -88,7 +88,6 @@ static void tear_down(CT_TEST_FIXTURE fixture) { CTLOG_STORE_free(fixture.ctlog_store); SCT_LIST_free(fixture.sct_list); - ERR_print_errors_fp(stderr); } static char *mk_file_path(const char *dir, const char *file) |