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

abartlet at samba.org abartlet at samba.org
Wed Apr 18 12:17:54 GMT 2007


Author: abartlet
Date: 2007-04-18 12:17:53 +0000 (Wed, 18 Apr 2007)
New Revision: 22333

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

Log:
Use kerberos and the ntvfs/cifs backend for just one test, in the
quicktest.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_quick.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_quick.sh	2007-04-18 11:55:03 UTC (rev 22332)
+++ branches/SAMBA_4_0/source/script/tests/test_quick.sh	2007-04-18 12:17:53 UTC (rev 22333)
@@ -15,5 +15,8 @@
 
 for t in $tests; do
     name="$t"
-    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/cifs -U"\$USERNAME"%"\$PASSWORD" $t
+    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t
 done
+
+name=BASE-OPEN
+plantest "ntvfs/cifs $name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $name



More information about the samba-cvs mailing list