1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

selftest: Always enable dns fakeing.

FIXME: This should be removed once we fixed adding records to the DNS
server using nsupdate!

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2014-11-20 10:48:47 +01:00 committed by Andrew Bartlett
parent 30cc2e7755
commit 4f6acb77ea

View File

@ -215,8 +215,12 @@ def cmd_testonly(opt):
env.OPTIONS += " --socket_wrapper_so_path=" + CONFIG_GET(opt, 'LIBSOCKET_WRAPPER_SO_PATH')
env.OPTIONS += " --uid_wrapper_so_path=" + CONFIG_GET(opt, 'LIBUID_WRAPPER_SO_PATH')
if unversioned_sys_platform in ('freebsd', 'netbsd', 'openbsd', 'sunos'):
env.OPTIONS += " --use-dns-faking"
#if unversioned_sys_platform in ('freebsd', 'netbsd', 'openbsd', 'sunos'):
# env.OPTIONS += " --use-dns-faking"
# FIXME REMOVE ME!
env.OPTIONS += " --use-dns-faking"
subunit_cache = None
# We use the full path rather than relative path to avoid problems on some platforms (ie. solaris 8).