From: Joe Guo Date: Tue, 3 Apr 2018 03:13:09 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.dcerpc.array X-Git-Tag: talloc-2.1.13~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a35dfa017ba47f98a42a14adc70fd5430ca73e0e;p=thirdparty%2Fsamba.git selftest: enable py3 for samba.tests.dcerpc.array 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 89b6941b9bf..dbd26d87551 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -70,7 +70,7 @@ planpythontestsuite("none", "samba.tests.password_quality", py3_compatible=True) 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") +planpythontestsuite("none", "samba.tests.dcerpc.array", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.string") planpythontestsuite("none", "samba.tests.hostconfig") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",