From: Noel Power Date: Fri, 27 Apr 2018 14:49:40 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.help for py3 X-Git-Tag: tdb-1.3.17~1915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bded41d2ae0174a40596ffdb8122bc58b2aabb2;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.help for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index d4c8a8cf4f6..7df3d0533ea 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -643,7 +643,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.forest") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.schema") 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") +planpythontestsuite("none", "samba.tests.samba_tool.help", py3_compatible=True) planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings") # Run these against chgdcpass to share the runtime load