[PATCH 27/31] selftest: Always enable dns fakeing.

Andreas Schneider asn at samba.org
Wed Dec 3 07:45:23 MST 2014


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

Signed-off-by: Andreas Schneider <asn at samba.org>
---
 selftest/wscript | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/selftest/wscript b/selftest/wscript
index 94232d3..820752f 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).
-- 
2.1.3




More information about the samba-technical mailing list