]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Enable individual smbtorture_s3 subtests in make test
authorVolker Lendecke <vl@samba.org>
Wed, 31 Dec 2008 09:49:57 +0000 (10:49 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 31 Dec 2008 09:54:09 +0000 (10:54 +0100)
source3/script/tests/test_smbtorture_s3.sh

index acb641b9fbac8d56dc4c256009841b6c0b1537f8..2ec20dc6acd92d2d9ea4f35e9d5357adf8df45fb 100755 (executable)
@@ -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