1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

libtorture: Improve suggestion to mention torture_assert_*() rather than

torture_result().
This commit is contained in:
Jelmer Vernooij 2012-05-03 16:38:31 +02:00
parent 027f2b3406
commit a38e2cbbb3

View File

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