diff options
author | Noel Power <noel.power@suse.com> | 2018-06-19 11:24:16 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-09-15 15:18:31 +0200 |
commit | b2665d569e35957aa2433e010175ed1fe361ee7b (patch) | |
tree | 6d3d5569d5cc33617e085e1af0de299e7f4ad2a4 /source4 | |
parent | f18674db3c60a08f99200f5e119e4bdd903628fb (diff) | |
download | samba-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-x | source4/selftest/tests.py | 4 |
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") |