From: Joe Guo Date: Tue, 3 Apr 2018 03:15:12 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.dcerpc.string X-Git-Tag: talloc-2.1.13~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80aaafc2ce96b3b18ae66d37cdb70cc731edb6e5;p=thirdparty%2Fsamba.git selftest: enable py3 for samba.tests.dcerpc.string No change needed. Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index dbd26d87551..a2ccee771ee 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -71,7 +71,7 @@ planpythontestsuite("none", "samba.tests.strings") planpythontestsuite("none", "samba.tests.netcmd") planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.array", py3_compatible=True) -planpythontestsuite("none", "samba.tests.dcerpc.string") +planpythontestsuite("none", "samba.tests.dcerpc.string", py3_compatible=True) planpythontestsuite("none", "samba.tests.hostconfig") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging", py3_compatible=True)