[SCM] Samba Shared Repository - branch master updated - 99ab198752d6cac421f42c87ddf2b3205018bf84

Volker Lendecke vlendec at samba.org
Wed Dec 31 09:54:29 GMT 2008


The branch, master has been updated
       via  99ab198752d6cac421f42c87ddf2b3205018bf84 (commit)
      from  ce2ff557bda5560cb9b614313d9ee0adbd57633d (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 99ab198752d6cac421f42c87ddf2b3205018bf84
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Dec 31 10:49:57 2008 +0100

    Enable individual smbtorture_s3 subtests in make test

-----------------------------------------------------------------------

Summary of changes:
 source3/script/tests/test_smbtorture_s3.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh
index acb641b..2ec20dc 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list