From 1ea23c2a953f063b327e91355530fc59db79b3cb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Aug 2007 03:10:22 +0000 Subject: 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) --- source4/torture/local/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/local/event.c b/source4/torture/local/event.c index 9690001b7f..d3ef9d5090 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))); } } } -- cgit