diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-07 16:27:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:29 -0500 |
commit | e7efc7a533fd19b61515db058f31490ac75e5a79 (patch) | |
tree | ed4d29d6164f4442e3a90ccfccb63b418d75f075 | |
parent | 959915a8cbea0c598ef1f29ce666329a521ef2f6 (diff) | |
download | samba-e7efc7a533fd19b61515db058f31490ac75e5a79.tar.gz samba-e7efc7a533fd19b61515db058f31490ac75e5a79.tar.xz samba-e7efc7a533fd19b61515db058f31490ac75e5a79.zip |
r25003: Skipped tests should be considered successfull.
(This used to be commit 919b362009b4023e8114ec681a3528854e5271bb)
-rw-r--r-- | source4/torture/ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |