Clarify that a test failed

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3423)
This commit is contained in:
Richard Levitte 2017-05-10 10:01:41 +02:00
parent bb616fabd4
commit 4f2a569535

View File

@ -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);
}