diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-18 12:17:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:04 -0500 |
commit | 38f9de8ae5231936f9aee01d75aaa481c2ecd425 (patch) | |
tree | 07ee37238c65e71b50f91bf63c18ba14bcb7b431 /source4 | |
parent | f4ec06d8db4a8056183c63b3e55daf0abbac1e10 (diff) | |
download | samba-38f9de8ae5231936f9aee01d75aaa481c2ecd425.tar.gz samba-38f9de8ae5231936f9aee01d75aaa481c2ecd425.tar.bz2 samba-38f9de8ae5231936f9aee01d75aaa481c2ecd425.zip |
r22333: Use kerberos and the ntvfs/cifs backend for just one test, in the
quicktest.
Andrew Bartlett
(This used to be commit cf9508cd5615c01557b8011608b216542817c25b)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/test_quick.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/script/tests/test_quick.sh b/source4/script/tests/test_quick.sh index 52e47a8a36..e2c14e42f2 100755 --- a/source4/script/tests/test_quick.sh +++ b/source4/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 |