diff options
author | Andreas Schneider <asn@samba.org> | 2014-01-31 16:34:25 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-17 14:56:06 +0200 |
commit | d24a154429864054bd319891f1acd456ff4cbcb1 (patch) | |
tree | acdaee71f588c84b6261936e0c13e98f7d12f207 /selftest/wscript | |
parent | 5bb410f85312196bb24e62a6a0b8350576433dc6 (diff) | |
download | samba-d24a154429864054bd319891f1acd456ff4cbcb1.tar.gz samba-d24a154429864054bd319891f1acd456ff4cbcb1.tar.xz samba-d24a154429864054bd319891f1acd456ff4cbcb1.zip |
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/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/wscript b/selftest/wscript index b251370c33..515ca1dfa6 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). |