From a38e2cbbb31866c4af3b352a9dbbfcabb41ab4b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 May 2012 16:38:31 +0200 Subject: libtorture: Improve suggestion to mention torture_assert_*() rather than torture_result(). --- lib/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/torture') diff --git a/lib/torture/torture.c b/lib/torture/torture.c index a2799efe16..1b0a9564db 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -444,7 +444,7 @@ static bool internal_torture_run_test(struct torture_context *context, if (!success && context->last_result == TORTURE_OK) { if (context->last_reason == NULL) context->last_reason = talloc_strdup(context, - "Unknown error/failure. Missing torture_fail() or torture_result() call?"); + "Unknown error/failure. Missing torture_fail() or torture_assert_*() call?"); context->last_result = TORTURE_ERROR; } } -- cgit