summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-06 23:43:37 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:18:55 +0200
commite59cffb75e29270ba0f566d743e18090132c85ea (patch)
tree77fdacb1764e8a5e617a52c5a73a8e2c4119fb9d
parentb993a35f1bdd3ac79a08c197276474d7bd885cf5 (diff)
downloadsamba-e59cffb75e29270ba0f566d743e18090132c85ea.tar.gz
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 (cherry picked from commit 7418d89b2941fff307e0980d1f71f106aed8cbce) (cherry picked from commit 3fdce53f72242381eeda15ad6c3817a4cc88b323)
-rwxr-xr-xsource/script/tests/test_posix_s3.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/script/tests/test_posix_s3.sh b/source/script/tests/test_posix_s3.sh
index 11f1f0eda40..3e9998666c4 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"