The branch master has been updated
via 4f2a569535953b43f7d55ac6df60458dce326221 (commit)
from bb616fabd4a82d5daa3ca701abbe30e6d1415341 (commit)
- Log -----------------------------------------------------------------
commit 4f2a569535953b43f7d55ac6df60458dce326221
Author: Richard Levitte <[email protected]>
Date: Wed May 10 10:01:41 2017 +0200
Clarify that a test failed
Reviewed-by: Andy Polyakov <[email protected]>
(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);
}
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits