diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-18 12:17:53 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2007-04-18 12:17:53 +0000 |
commit | 932aaf0fb0a75f767c54792723030f6e51de09bb (patch) | |
tree | 7262d9e42ea722883b44c43c084e166244c76eae /source | |
parent | 0cb74394d420f88b4299808e54ce6d6a7c7496d3 (diff) | |
download | samba-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-x | source/script/tests/test_quick.sh | 5 |
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 |