From e7efc7a533fd19b61515db058f31490ac75e5a79 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 7 Sep 2007 16:27:02 +0000 Subject: r25003: Skipped tests should be considered successfull. (This used to be commit 919b362009b4023e8114ec681a3528854e5271bb) --- source4/torture/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/torture/ui.c b/source4/torture/ui.c index 064e3ee764..bd0fb7c2bb 100644 --- a/source4/torture/ui.c +++ b/source4/torture/ui.c @@ -251,6 +251,7 @@ static bool internal_torture_run_test(struct torture_context *context, context->last_result = TORTURE_SKIP; context->last_reason = talloc_asprintf(context, "disabled %s - enable dangerous tests to use", test->name); + success = true; } else { success = test->run(context, tcase, test); -- cgit