diff options
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 |