git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959915a
)
r25003: Skipped tests should be considered successfull.
author
Jelmer Vernooij
<jelmer@samba.org>
Fri, 7 Sep 2007 16:27:02 +0000
(16:27 +0000)
committer
Gerald (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
patch
|
blob
|
history
diff --git
a/source4/torture/ui.c
b/source4/torture/ui.c
index 064e3ee764f883bc524641fa542d34adc63fdd48..bd0fb7c2bb3962cac1b2130896f7670f14e92189 100644
(file)
--- 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);