diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-31 10:49:57 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-31 10:54:09 +0100 |
commit | 99ab198752d6cac421f42c87ddf2b3205018bf84 (patch) | |
tree | 317bb788c7ee18c50445c5a4b45218e2bbc6c695 /source3 | |
parent | ce2ff557bda5560cb9b614313d9ee0adbd57633d (diff) | |
download | samba-99ab198752d6cac421f42c87ddf2b3205018bf84.tar.gz samba-99ab198752d6cac421f42c87ddf2b3205018bf84.tar.xz samba-99ab198752d6cac421f42c87ddf2b3205018bf84.zip |
Enable individual smbtorture_s3 subtests in make test
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/test_smbtorture_s3.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index acb641b9fb..2ec20dc6ac 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -35,6 +35,10 @@ echo "$skipped1" echo "$skipped2" echo "$skipped3" +if test "x$SMBTORTURE_S3_SUBTESTS" != "x" ; then + tests="$SMBTORTURE_S3_SUBTESTS" +fi + failed=0 for t in $tests; do if [ ! -z "$start" -a "$start" != $t ]; then |