summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-20 21:09:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:53 -0500
commit3ef4b8cf2f4a52c08b71fa8cac1ce4e8409c160b (patch)
tree69ab9811dd9b7ea3d8c76867369444dc87ae7fec /source3/script
parent12a5226534c0efabf42dbac5301d5a8373fe1aa0 (diff)
downloadsamba-3ef4b8cf2f4a52c08b71fa8cac1ce4e8409c160b.tar.gz
samba-3ef4b8cf2f4a52c08b71fa8cac1ce4e8409c160b.tar.bz2
samba-3ef4b8cf2f4a52c08b71fa8cac1ce4e8409c160b.zip
r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set.
(This used to be commit 72b51c889124f0b0da22b4c9b04e0276f9cbfbc7)
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_posix_s3.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh
index ba6213e0d5..154f3cddd9 100755
--- a/source3/script/tests/test_posix_s3.sh
+++ b/source3/script/tests/test_posix_s3.sh
@@ -33,9 +33,11 @@ raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK"
raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE"
raw="$raw RAW-SAMBA3HIDE RAW-SAMBA3BADPATH"
-rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-NETLOGSAMBA3"
-rpc="$rpc RPC-SAMBA3SESSIONKEY RPC-SAMBA3-SRVSVC RPC-SAMBA3-GETUSERNAME"
-rpc="$rpc RPC-SAMBA3-SHARESEC RPC-UNIXINFO"
+rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC RPC-UNIXINFO"
+
+if x$RUN_FROM_BUILD_FARM = xyes; then
+ rpc="$rpc RPC-NETLOGSAMBA3 RPC-SAMBA3SESSIONKEY RPC-SAMBA3-GETUSERNAME"
+fi
tests="$base $raw $rpc"