svn commit: samba r24390 - in branches/SAMBA_4_0/source/torture/local: .

abartlet at samba.org abartlet at samba.org
Tue Aug 14 03:10:23 GMT 2007


Author: abartlet
Date: 2007-08-14 03:10:22 +0000 (Tue, 14 Aug 2007)
New Revision: 24390

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24390

Log:
Another attempt to find out why we fail the LOCAL-EVENT test on some build farm hosts.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/local/event.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/event.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/event.c	2007-08-14 03:02:52 UTC (rev 24389)
+++ branches/SAMBA_4_0/source/torture/local/event.c	2007-08-14 03:10:22 UTC (rev 24390)
@@ -106,7 +106,7 @@
 				
 				return true;
 			} else {
-				torture_fail(test, "Failed event loop\n");
+				torture_fail(test, talloc_asprintf(test, "Failed event loop %s\n", strerror(errno)));
 			}
 		}
 	}



More information about the samba-cvs mailing list