summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-01-31 16:34:25 +0100
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:06 +0200
commitd24a154429864054bd319891f1acd456ff4cbcb1 (patch)
treeacdaee71f588c84b6261936e0c13e98f7d12f207 /selftest/wscript
parent5bb410f85312196bb24e62a6a0b8350576433dc6 (diff)
downloadsamba-d24a154429864054bd319891f1acd456ff4cbcb1.tar.gz
selftest: Preload nss_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 b251370c332..515ca1dfa60 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -200,6 +200,7 @@ def cmd_testonly(opt):
else:
env.SELFTEST_TARGET="samba3"
+ env.OPTIONS += " --nss_wrapper_so_path=" + CONFIG_GET(opt, 'LIBNSS_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).