From: Richard Levitte Date: Thu, 11 May 2017 17:13:49 +0000 (+0200) Subject: evp_test: use the test file name as the test title X-Git-Tag: OpenSSL_1_1_1-pre1~1522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46fcbf77bc6f2a287cb7266c58c204aa3960e456;p=openssl evp_test: use the test file name as the test title Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3445) --- diff --git a/test/evp_test.c b/test/evp_test.c index 8a52699463..685db4eebb 100644 --- a/test/evp_test.c +++ b/test/evp_test.c @@ -2077,6 +2077,7 @@ static int do_test_file(const char *testfile) char buf[10240]; EVP_TEST t; + set_test_title(testfile); current_test_file = testfile; if (!TEST_ptr(in = BIO_new_file(testfile, "rb"))) return 0;