]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4/selftest: enable samba.tests.kcc for py3
authorNoel Power <noel.power@suse.com>
Tue, 19 Jun 2018 10:24:16 +0000 (11:24 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Sep 2018 13:18:31 +0000 (15:18 +0200)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/selftest/tests.py

index 3e9403f6e882d51e5665994802404c9ecd32bcab..3e62fb6e2cf4c18c0d33ea230d056a4a7cbaea54 100755 (executable)
@@ -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")