svn commit: samba r18372 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Mon Sep 11 07:59:02 GMT 2006


Author: tridge
Date: 2006-09-11 07:59:02 +0000 (Mon, 11 Sep 2006)
New Revision: 18372

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

Log:

don't use the system inotify until in the build farm until we work out
how to work around a problem with it giving unpredictable orderings in
renames (sometimes target is first event, sometimes source)

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestsetup.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-11 07:58:08 UTC (rev 18371)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-11 07:59:02 UTC (rev 18372)
@@ -92,6 +92,7 @@
 	server role = pdc
 	max xmit = 32K
 	server max protocol = SMB2
+	notify:inotify = false
 
 [tmp]
 	path = $TMPDIR



More information about the samba-cvs mailing list