diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-08-14 03:10:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:01:49 -0500 |
commit | 1ea23c2a953f063b327e91355530fc59db79b3cb (patch) | |
tree | 22764ea98f905ab12dd385e5a6997fa73142af95 | |
parent | 5a0aaafb1b4d196cfc873753e7ae7833c067202b (diff) | |
download | samba-1ea23c2a953f063b327e91355530fc59db79b3cb.tar.gz samba-1ea23c2a953f063b327e91355530fc59db79b3cb.tar.xz samba-1ea23c2a953f063b327e91355530fc59db79b3cb.zip |
r24390: Another attempt to find out why we fail the LOCAL-EVENT test on some build farm hosts.
Andrew Bartlett
(This used to be commit 1abd8edb57d1a537115de020921ffe4f878d9f29)
-rw-r--r-- | source4/torture/local/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/event.c b/source4/torture/local/event.c index 9690001b7fa..d3ef9d50905 100644 --- a/source4/torture/local/event.c +++ b/source4/torture/local/event.c @@ -106,7 +106,7 @@ static bool test_event_context(struct torture_context *test, return true; } else { - torture_fail(test, "Failed event loop\n"); + torture_fail(test, talloc_asprintf(test, "Failed event loop %s\n", strerror(errno))); } } } |