summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-18 17:38:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-19 14:26:59 +1000
commit9000188fb4226b4c70ae6b50292a0fe2a55e653c (patch)
tree666fada1d1712c226d8f6c5ccf9ac894bc9b42d4 /selftest/wscript
parentaed450df0b38d6648cbfd3229722db82a85ad746 (diff)
downloadsamba-9000188fb4226b4c70ae6b50292a0fe2a55e653c.tar.gz
samba-9000188fb4226b4c70ae6b50292a0fe2a55e653c.tar.bz2
samba-9000188fb4226b4c70ae6b50292a0fe2a55e653c.zip
selftest Add combined 'Samba' target module
To work around environment variable handling, the initialisation of NSS_WRAPPER_WINBIND_SO_PATH is pushed in to Samba3.pm (the s3 autoconf build still overrides this) Andrew Bartlett
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/selftest/wscript b/selftest/wscript
index afd9b9d4eb..ecf650274a 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -180,8 +180,6 @@ def cmd_testonly(opt):
if env.SELFTEST_TARGET == "samba4":
env.SELFTEST_DIR = "${srcdir}/source4/selftest"
elif env.SELFTEST_TARGET == "samba3":
- #This must *only* be set for a Samba3 test, as it will cause timeouts otherwise (as it tries to talk to winbindd)
- os.environ['NSS_WRAPPER_WINBIND_SO_PATH'] = os.path.abspath('bin/default/nsswitch/libnss-winbind.so')
env.SELFTEST_DIR = "${srcdir}/source3/selftest"
# We use the full path rather than relative path because it cause problems on some plateforms (ie. solaris 8).