svn commit: samba r16157 - in trunk/source/script/tests: .

vlendec at samba.org vlendec at samba.org
Mon Jun 12 18:42:19 GMT 2006


Author: vlendec
Date: 2006-06-12 18:42:17 +0000 (Mon, 12 Jun 2006)
New Revision: 16157

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

Log:
Activate RAW-SAMBA3HIDE in the build farm
Modified:
   trunk/source/script/tests/selftest.sh
   trunk/source/script/tests/test_posix_s3.sh


Changeset:
Modified: trunk/source/script/tests/selftest.sh
===================================================================
--- trunk/source/script/tests/selftest.sh	2006-06-12 18:32:25 UTC (rev 16156)
+++ trunk/source/script/tests/selftest.sh	2006-06-12 18:42:17 UTC (rev 16157)
@@ -121,6 +121,12 @@
 	path = $PREFIX_ABS/tmp
 	read only = no
 	smbd:sharedelay = 100000
+[hideunread]
+	copy = tmp
+	hide unreadable = yes
+[hideunwrite]
+	copy = tmp
+	hide unwriteable files = yes
 EOF
 
 

Modified: trunk/source/script/tests/test_posix_s3.sh
===================================================================
--- trunk/source/script/tests/test_posix_s3.sh	2006-06-12 18:32:25 UTC (rev 16156)
+++ trunk/source/script/tests/test_posix_s3.sh	2006-06-12 18:42:17 UTC (rev 16157)
@@ -31,6 +31,7 @@
 raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK"
 raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK"
 raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE"
+raw="$raw RAW-SAMBA3HIDE"
 
 rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY"
 



More information about the samba-cvs mailing list