selftest: Always enable dns fakeing.
authorAndreas Schneider <asn@samba.org>
Thu, 20 Nov 2014 09:48:47 +0000 (10:48 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Dec 2014 05:47:40 +0000 (06:47 +0100)
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>
selftest/wscript

index 94232d3aac134a45dea0b5ef2164d1953a0721e7..820752fae6f6c473069c9ebf1569074d2b554253 100644 (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).