summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smbtorture_s3.sh
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-31 10:49:57 +0100
committerVolker Lendecke <vl@samba.org>2008-12-31 10:54:09 +0100
commit99ab198752d6cac421f42c87ddf2b3205018bf84 (patch)
tree317bb788c7ee18c50445c5a4b45218e2bbc6c695 /source3/script/tests/test_smbtorture_s3.sh
parentce2ff557bda5560cb9b614313d9ee0adbd57633d (diff)
downloadsamba-99ab198752d6cac421f42c87ddf2b3205018bf84.tar.gz
samba-99ab198752d6cac421f42c87ddf2b3205018bf84.tar.bz2
samba-99ab198752d6cac421f42c87ddf2b3205018bf84.zip
Enable individual smbtorture_s3 subtests in make test
Diffstat (limited to 'source3/script/tests/test_smbtorture_s3.sh')
-rwxr-xr-xsource3/script/tests/test_smbtorture_s3.sh4
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