From 5768d1298f8d0b1d886522ec5cbfc1248b8d8375 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 7 Jul 2006 02:36:54 +0000 Subject: r16851: Put a clue in as to which domain might have failed, due to the length of this test. Andrew Bartlett (This used to be commit b4d75f01d9cb2d1c9d5facfd5eb39c8a062886d4) --- source4/torture/rpc/samr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 6c8f63c385..306f3cbbbf 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -3283,6 +3283,10 @@ static BOOL test_OpenDomain(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, /* reconnect the main handle */ ret &= test_Connect(p, mem_ctx, handle); + if (!ret) { + printf("Testing domain %s failed!\n", dom_sid_string(mem_ctx, sid)); + } + return ret; } -- cgit