From 03deaae2fcfecb70a9a859f700783805816cc603 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 13 Jun 2018 17:21:13 +0100 Subject: [PATCH] s4/selftest: enable samba.tests.samba_tool.forest for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 5600aa0f58e..79ff2ff28ff 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -643,7 +643,7 @@ planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.user_check_passwo planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.group", py3_compatible=True) 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") +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:local", "samba.tests.samba_tool.ntacl", py3_compatible=True) planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check", py3_compatible=True) -- 2.34.1