summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-22 16:13:21 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-28 12:17:12 +1000
commit26d36befa8347eb093850cc8853fd9939555d458 (patch)
treeb08770597cba0aed430b36b6a69e6a9d65d8eccc /selftest/wscript
parentcbddf9e2efd856a25c6405f6893ad3a9cda1b181 (diff)
downloadsamba-26d36befa8347eb093850cc8853fd9939555d458.tar.gz
selftest: VFSLIBDIR is not needed, the waf build knows where to find modules automatically
This is why was relinks on install, because it is fixing these internal variables up. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript
index c7637a19ac5..0c2fec84639 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -179,7 +179,6 @@ def cmd_testonly(opt):
os.environ['LDB_MODULES_PATH'] = 'bin/modules/ldb'
# tell build system where to find config.h
- os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs')
os.environ['CONFIG_H'] = 'bin/default/include/config.h'
st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done')