From 46fcbf77bc6f2a287cb7266c58c204aa3960e456 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 11 May 2017 19:13:49 +0200 Subject: [PATCH] evp_test: use the test file name as the test title Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3445) --- test/evp_test.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.25.1