From: Noel Power Date: Tue, 19 Jun 2018 10:24:16 +0000 (+0100) Subject: s4/selftest: enable samba.tests.kcc for py3 X-Git-Tag: tdb-1.3.17~1566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2665d569e35957aa2433e010175ed1fe361ee7b;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.kcc for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- 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")