summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-06-19 11:24:16 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-15 15:18:31 +0200
commitb2665d569e35957aa2433e010175ed1fe361ee7b (patch)
tree6d3d5569d5cc33617e085e1af0de299e7f4ad2a4 /source4
parentf18674db3c60a08f99200f5e119e4bdd903628fb (diff)
downloadsamba-b2665d569e35957aa2433e010175ed1fe361ee7b.tar.gz
s4/selftest: enable samba.tests.kcc 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 3e9403f6e88..3e62fb6e2cf 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1135,8 +1135,8 @@ for env in [
'TEST_PASSWORD': '$PASSWORD',
'TEST_ENV': env
},
- extra_path=[os.path.join(srcdir(), "samba/python"), ]
- )
+ extra_path=[os.path.join(srcdir(), "samba/python"), ],
+ py3_compatible=True)
planpythontestsuite(env, "samba.tests.samba_tool.visualize_drs", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.kcc.kcc_utils")