summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-18 12:17:53 +0000
committerAndrew Bartlett <abartlet@samba.org>2007-04-18 12:17:53 +0000
commit932aaf0fb0a75f767c54792723030f6e51de09bb (patch)
tree7262d9e42ea722883b44c43c084e166244c76eae /source
parent0cb74394d420f88b4299808e54ce6d6a7c7496d3 (diff)
downloadsamba-932aaf0fb0a75f767c54792723030f6e51de09bb.tar.gz
samba-932aaf0fb0a75f767c54792723030f6e51de09bb.tar.xz
samba-932aaf0fb0a75f767c54792723030f6e51de09bb.zip
r22333: Use kerberos and the ntvfs/cifs backend for just one test, in the
quicktest. Andrew Bartlett
Diffstat (limited to 'source')
-rwxr-xr-xsource/script/tests/test_quick.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/script/tests/test_quick.sh b/source/script/tests/test_quick.sh
index 52e47a8a36b..e2c14e42f2b 100755
--- a/source/script/tests/test_quick.sh
+++ b/source/script/tests/test_quick.sh
@@ -15,5 +15,8 @@ tests="$tests RAW-EAS RAW-STREAMS"
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