summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-04-17 16:48:56 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-03 03:22:21 +0200
commitbff4d80a23dcd7d61f24a7a4b6284ed980ee6a4c (patch)
tree04d2bb040a692b514fbc20db6d44b2054fdc9cb4 /source4
parentc6100d777bbd73c9e58adb372972f02d7655ee13 (diff)
downloadsamba-bff4d80a23dcd7d61f24a7a4b6284ed980ee6a4c.tar.gz
s4/selftest: Enable samba.tests.samba_tool.join 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 3866653ea35..6190eba4fac 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -611,7 +611,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.bare", py3_compatib
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.unix", py3_compatible=True)
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")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.join", py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba_tool.visualize")