summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-13 15:49:27 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commit0ed826d5087f05993f74cfa280bf1abed14ab161 (patch)
tree13d16e8ef87c8e7f6fdedca7f11cd0a49b1bd998 /selftest/wscript
parent00288191bf343a9382ac49ccf4c86b3bde86e2f8 (diff)
downloadsamba-0ed826d5087f05993f74cfa280bf1abed14ab161.tar.gz
selftest: Preload socket_wrapper.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 515ca1dfa60..a57f7c17bcf 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -201,6 +201,7 @@ def cmd_testonly(opt):
env.SELFTEST_TARGET="samba3"
env.OPTIONS += " --nss_wrapper_so_path=" + CONFIG_GET(opt, 'LIBNSS_WRAPPER_SO_PATH')
+ env.OPTIONS += " --socket_wrapper_so_path=" + CONFIG_GET(opt, 'LIBSOCKET_WRAPPER_SO_PATH')
env.OPTIONS += " --uid_wrapper_so_path=" + CONFIG_GET(opt, 'LIBUID_WRAPPER_SO_PATH')
# We use the full path rather than relative path because it cause problems on some plateforms (ie. solaris 8).