diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-11 07:59:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:20 -0500 |
commit | 6cb5128dd6a4adf24d96591444c48db017b0b861 (patch) | |
tree | 696c5f1494e8d9d06b2e42fd2685a34c7d3221df | |
parent | bca38ba866b8368fa49353ecdb750f2f2de9adf3 (diff) | |
download | samba-6cb5128dd6a4adf24d96591444c48db017b0b861.tar.gz samba-6cb5128dd6a4adf24d96591444c48db017b0b861.tar.bz2 samba-6cb5128dd6a4adf24d96591444c48db017b0b861.zip |
r18372: 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)
(This used to be commit 066e3b51b1ca038023e53a978e1d2e706cd3d8a6)
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 9ff2d6a5f8..bf13fd7e0f 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -92,6 +92,7 @@ cat >$CONFFILE<<EOF server role = pdc max xmit = 32K server max protocol = SMB2 + notify:inotify = false [tmp] path = $TMPDIR |