From: Richard Levitte Date: Wed, 10 May 2017 08:01:41 +0000 (+0200) Subject: Clarify that a test failed X-Git-Tag: OpenSSL_1_1_1-pre1~1545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f2a569535953b43f7d55ac6df60458dce326221;p=openssl Clarify that a test failed Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/3423) --- diff --git a/test/testutil/tests.c b/test/testutil/tests.c index 9bd6cdeb24..a6c9a99df0 100644 --- a/test/testutil/tests.c +++ b/test/testutil/tests.c @@ -33,7 +33,7 @@ static void test_fail_message_prefix(const char *prefix, const char *file, if (type) test_printf_stderr("(%s) ", type); if (op != NULL) - test_printf_stderr("%s %s %s", left, op, right); + test_printf_stderr("'%s %s %s' failed", left, op, right); if (file != NULL) { test_printf_stderr(" @ %s:%d", file, line); }