[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu May 11 08:27:20 UTC 2017
The branch master has been updated
via 4f2a569535953b43f7d55ac6df60458dce326221 (commit)
from bb616fabd4a82d5daa3ca701abbe30e6d1415341 (commit)
- Log -----------------------------------------------------------------
commit 4f2a569535953b43f7d55ac6df60458dce326221
Author: Richard Levitte <levitte at openssl.org>
Date: Wed May 10 10:01:41 2017 +0200
Clarify that a test failed
Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3423)
-----------------------------------------------------------------------
Summary of changes:
test/testutil/tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/testutil/tests.c b/test/testutil/tests.c
index 9bd6cde..a6c9a99 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);
}
More information about the openssl-commits
mailing list