summaryrefslogtreecommitdiff
path: root/source4/torture/ui.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-07 16:27:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:29 -0500
commite7efc7a533fd19b61515db058f31490ac75e5a79 (patch)
treeed4d29d6164f4442e3a90ccfccb63b418d75f075 /source4/torture/ui.c
parent959915a8cbea0c598ef1f29ce666329a521ef2f6 (diff)
downloadsamba-e7efc7a533fd19b61515db058f31490ac75e5a79.tar.gz
samba-e7efc7a533fd19b61515db058f31490ac75e5a79.tar.bz2
samba-e7efc7a533fd19b61515db058f31490ac75e5a79.zip
r25003: Skipped tests should be considered successfull.
(This used to be commit 919b362009b4023e8114ec681a3528854e5271bb)
Diffstat (limited to 'source4/torture/ui.c')
-rw-r--r--source4/torture/ui.c1
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);