From ffdbc4aa67ceba983f4eb45595a6d0c0eaa00e04 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 30 Apr 2018 15:47:05 +0100 Subject: [PATCH] s4/selftest: Enable samba.tests.samba_tool.sites 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 7df3d0533ea..b0e04018a14 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -647,7 +647,7 @@ 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 -planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites") +planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites", py3_compatible=True) planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd") # Run this against chgdcpass to ensure at least one python3 test -- 2.11.4.GIT