summaryrefslogtreecommitdiff
path: root/source4/torture/local/event.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-10-17 19:06:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:20 -0500
commit1e818c463af84b6aeb462a7faa4c15603b7b90d7 (patch)
tree7c17f81a16688c767b9b11e7f3509a8d685c14a7 /source4/torture/local/event.c
parent67abfc498142f3ea16f682ddf335042be900438a (diff)
downloadsamba-1e818c463af84b6aeb462a7faa4c15603b7b90d7.tar.gz
samba-1e818c463af84b6aeb462a7faa4c15603b7b90d7.tar.bz2
samba-1e818c463af84b6aeb462a7faa4c15603b7b90d7.zip
r19377: Simplify report functions.
(This used to be commit 0061f3c47e95f07461837c4051cf129b18961b56)
Diffstat (limited to 'source4/torture/local/event.c')
-rw-r--r--source4/torture/local/event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/local/event.c b/source4/torture/local/event.c
index 6579b1b277..a03f07bf33 100644
--- a/source4/torture/local/event.c
+++ b/source4/torture/local/event.c
@@ -46,7 +46,8 @@ static void fde_handler(struct event_context *ev_ctx, struct fd_event *f,
(flags & EVENT_FD_WRITE)?" EVENT_FD_WRITE":"");
if (fde_count > 5) {
- _torture_fail_ext(test, "got more than fde 5 events - bug!");
+ torture_result(test, TORTURE_FAIL,
+ __location__": got more than fde 5 events - bug!");
talloc_free(fde);
fde = NULL;
return;