mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
bb616fabd4
commit
4f2a569535
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user