diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-03-06 16:27:10 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-03-06 16:38:30 +0100 |
commit | bf85a14182f0dfe6d21cda2039c7ccb961419328 (patch) | |
tree | 191111b984e3adb6d5ad6c98e98630580d75f660 /source3/script/tests | |
parent | 3f3e15ab91373597390320269f5cd701d3f07a3b (diff) | |
download | samba-bf85a14182f0dfe6d21cda2039c7ccb961419328.tar.gz samba-bf85a14182f0dfe6d21cda2039c7ccb961419328.tar.bz2 samba-bf85a14182f0dfe6d21cda2039c7ccb961419328.zip |
s3:make_test: run CHAIN1 test
metze
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/test_smbtorture_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index 842277b357..70c6d34c88 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -27,7 +27,7 @@ tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE " tests="$tests OPLOCK1 OPLOCK2 OPLOCK3" tests="$tests DIR DIR1 TCON TCONDEV RW1 RW2 RW3" tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K" -tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE" +tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE CHAIN1" skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN" skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST" |