svn commit: samba r16851 - in
branches/SAMBA_4_0/source/torture/rpc: .
abartlet at samba.org
abartlet at samba.org
Fri Jul 7 02:36:56 GMT 2006
Author: abartlet
Date: 2006-07-07 02:36:54 +0000 (Fri, 07 Jul 2006)
New Revision: 16851
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16851
Log:
Put a clue in as to which domain might have failed, due to the length
of this test.
Andrew Bartlett
Modified:
branches/SAMBA_4_0/source/torture/rpc/samr.c
Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samr.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samr.c 2006-07-07 02:28:48 UTC (rev 16850)
+++ branches/SAMBA_4_0/source/torture/rpc/samr.c 2006-07-07 02:36:54 UTC (rev 16851)
@@ -3283,6 +3283,10 @@
/* 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;
}
More information about the samba-cvs
mailing list