summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-11-20 10:48:47 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-12-18 06:47:40 +0100
commit4f6acb77ea23df8a5c19ad0156d5e3d70cbca44c (patch)
treeb6beb3f28bd3e2daae7f485a74306a8888a8aac8
parent30cc2e7755074758a16fcf2a8d818321ee0b4021 (diff)
downloadsamba-4f6acb77ea23df8a5c19ad0156d5e3d70cbca44c.tar.gz
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>
-rw-r--r--selftest/wscript8
1 files changed, 6 insertions, 2 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 94232d3aac1..820752fae6f 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -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).