summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-06-14 16:49:52 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-15 15:18:28 +0200
commita9295541148f3606a3e814eb761abd51f820a677 (patch)
treee5be7d76d1a806a951dc2a2d0ab5b2fb397e4c45 /source4
parent03deaae2fcfecb70a9a859f700783805816cc603 (diff)
downloadsamba-a9295541148f3606a3e814eb761abd51f820a677.tar.gz
s4/selftest: enable samba.tests.samba_tool.schema for py2/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 79ff2ff28ff..b361a864f50 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -644,7 +644,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.group", py3_com
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.ou", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.computer", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.forest", py3_compatible=True)
-planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.schema")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.schema", py3_compatible=True)
planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl", py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check", py3_compatible=True)
planpythontestsuite("none", "samba.tests.samba_tool.help", py3_compatible=True)