summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-18 17:14:37 +0200
committerStefan Metzmacher <metze@samba.org>2007-11-09 09:53:03 +0100
commitf56e82ff8169fdcb2d132eef453dbf958650bf9d (patch)
tree15cbafbfac0c476463d9db951c4f8e0b9d4ead99 /source3/script/tests
parentfdc27be1be4cb82a3db97ba6f519f4ce78c3bf92 (diff)
downloadsamba-f56e82ff8169fdcb2d132eef453dbf958650bf9d.tar.gz
samba-f56e82ff8169fdcb2d132eef453dbf958650bf9d.tar.bz2
samba-f56e82ff8169fdcb2d132eef453dbf958650bf9d.zip
we don't have build-farm specific tests anymore
metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index 61205a5ec6..9f672897ac 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -37,16 +37,13 @@ raw="$raw RAW-SAMBA3ROOTDIRFID"
rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC"
rpc="$rpc RPC-SAMBA3-SPOOLSS RPC-SAMBA3-WKSSVC"
+rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME"
# NOTE: to enable the UNIX-WHOAMI test, we need to change the default share
# config to allow guest access. I'm not sure whether this would break other
# tests, so leaving it alone for now -- jpeach
unix="UNIX-INFO2"
-if test x$RUN_FROM_BUILD_FARM = xyes; then
- rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME"
-fi
-
tests="$base $raw $rpc $unix"
skipped="BASE-CHARSET BASE-DELAYWRITE BASE-TCONDEV"