r25003: Skipped tests should be considered successfull.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 7 Sep 2007 16:27:02 +0000 (16:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:05:29 +0000 (15:05 -0500)
(This used to be commit 919b362009b4023e8114ec681a3528854e5271bb)

source4/torture/ui.c

index 064e3ee764f883bc524641fa542d34adc63fdd48..bd0fb7c2bb3962cac1b2130896f7670f14e92189 100644 (file)
@@ -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);