summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-04-20 17:24:44 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-03 03:22:21 +0200
commite59ed0a375e974ebcea80f5f23cb9b3651a3c651 (patch)
tree4ac4b9ffb1ed73c14fbfbaa4578718299fa3a4ac /source4
parent471163e82e1651f9051622be349a5e868db420bd (diff)
downloadsamba-e59ed0a375e974ebcea80f5f23cb9b3651a3c651.tar.gz
enable samba_tool.visualize_drs samba_tool.visualize_drs for py3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 6190eba4fac..4e5918419ff 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -613,7 +613,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.srvsvc")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.timecmd", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.join", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.samba_tool.visualize")
+planpythontestsuite("none", "samba.tests.samba_tool.visualize", py3_compatible=True)
# test fsmo show
@@ -1107,7 +1107,7 @@ for env in [
},
extra_path=[os.path.join(srcdir(), "samba/python"), ]
)
- planpythontestsuite(env, "samba.tests.samba_tool.visualize_drs")
+ planpythontestsuite(env, "samba.tests.samba_tool.visualize_drs", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.kcc.kcc_utils")