mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest: we no longer need '--use-dns-faking' on Linux and FreeBSD
For now I'll leave it arround for others I haven't tested. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Mar 27 10:39:32 UTC 2020 on sn-devel-184
This commit is contained in:
parent
05d3a909d5
commit
a85fadaefc
@ -255,11 +255,8 @@ def cmd_testonly(opt):
|
||||
if os.environ.get('USE_NAMESPACES') is None:
|
||||
env.OPTIONS += " --socket_wrapper_so_path=" + CONFIG_GET(opt, 'LIBSOCKET_WRAPPER_SO_PATH')
|
||||
|
||||
#if unversioned_sys_platform in ('freebsd', 'netbsd', 'openbsd', 'sunos'):
|
||||
# env.OPTIONS += " --use-dns-faking"
|
||||
|
||||
# FIXME REMOVE ME!
|
||||
env.OPTIONS += " --use-dns-faking"
|
||||
if Utils.unversioned_sys_platform() in ('netbsd', 'openbsd', 'sunos'):
|
||||
env.OPTIONS += " --use-dns-faking"
|
||||
|
||||
if CONFIG_GET(opt, 'USING_SYSTEM_KRB5') and CONFIG_GET(opt, 'MIT_KDC_PATH'):
|
||||
env.OPTIONS += " --mitkrb5 --exclude=${srcdir}/selftest/skip_mit_kdc"
|
||||
|
Loading…
Reference in New Issue
Block a user