From: Noel Power Date: Mon, 30 Apr 2018 15:06:12 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.dnscmd for py3 X-Git-Tag: tdb-1.3.17~1913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f304a273d64fb27f5d7de7a3fd2b630b6141bf70;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.dnscmd for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index b0e04018a14..35bfc572fdf 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -648,7 +648,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsetting # Run these against chgdcpass to share the runtime load planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites", py3_compatible=True) -planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd") +planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd", py3_compatible=True) # Run this against chgdcpass to ensure at least one python3 test # against this autobuild target (samba-ad-dc-2)