mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
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
This commit is contained in:
parent
e70b5b7622
commit
7418d89b29
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user