we don't have build-farm specific tests anymore
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Oct 2007 15:14:37 +0000 (17:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 9 Nov 2007 08:53:03 +0000 (09:53 +0100)
metze

source/script/tests/test_posix_s3.sh

index 61205a5ec67a11b2bcd72517626d5e741324f007..9f672897acbab9d7cfd29f733ff9f788c1e93cee 100755 (executable)
@@ -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"