[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2317-g7418d89

Michael Adam obnox at samba.org
Tue May 6 22:15:27 GMT 2008


The branch, v3-3-test has been updated
       via  7418d89b2941fff307e0980d1f71f106aed8cbce (commit)
      from  e70b5b762234f1733f150bdfbda7b208a8139990 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 7418d89b2941fff307e0980d1f71f106aed8cbce
Author: Michael Adam <obnox at samba.org>
Date:   Tue May 6 23:43:37 2008 +0200

    testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.
    
    This allows for calling e.g.
    
    TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMBA3-GETUSERNAME" make test
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/script/tests/test_posix_s3.sh b/source/script/tests/test_posix_s3.sh
index 11f1f0e..3e99986 100755
--- a/source/script/tests/test_posix_s3.sh
+++ b/source/script/tests/test_posix_s3.sh
@@ -46,6 +46,10 @@ unix="UNIX-INFO2"
 
 tests="$base $raw $rpc $unix"
 
+if test "x$POSIX_SUBTESTS" != "x" ; then
+	tests="$POSIX_SUBTESTS"
+fi
+
 skipped="BASE-CHARSET BASE-TCONDEV"
 skipped="$skipped RAW-ACLS RAW-COMPOSITE RAW-CONTEXT"
 skipped="$skipped RAW-IOCTL"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list