summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-07-03 12:55:29 +0200
committerStefan Metzmacher <metze@samba.org>2014-04-17 14:56:05 +0200
commit9feeeb369b913debc41a0c57ac1cd1f6fbdf9b72 (patch)
tree0a28ff079236cf6e2b0e7afb1a88491019b2ddbb /selftest/wscript
parent751b2b2d2a8b66cd447b5aed4531a8fc6cfab256 (diff)
downloadsamba-9feeeb369b913debc41a0c57ac1cd1f6fbdf9b72.tar.gz
selftest: Pass uid_wrapper library to selftest and preload it.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/wscript b/selftest/wscript
index ad77e9105b9..b251370c332 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -200,6 +200,8 @@ def cmd_testonly(opt):
else:
env.SELFTEST_TARGET="samba3"
+ 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).
env.CORE_COMMAND = '${PERL} ${srcdir}/selftest/selftest.pl --target=${SELFTEST_TARGET} --prefix=${SELFTEST_PREFIX} --srcdir=${srcdir} --exclude=${srcdir}/selftest/skip ${TESTLISTS} ${OPTIONS} ${TESTS}'
if Options.options.LIST: