From: Lumir Balhar Date: Tue, 8 Aug 2017 06:50:35 +0000 (+0200) Subject: python: Enable execution of samba.tests.security with Python 3. X-Git-Tag: ldb-1.2.2~18 X-Git-Url: http://git.samba.org/samba.git/?p=bbaumbach%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=8c365c5fe09e396e55891945bb4983c0e95d6c13 python: Enable execution of samba.tests.security with Python 3. Signed-off-by: Lumir Balhar Reviewed-by: Andrew Bartlett Reviewed-by: Andreas Schneider Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Sep 6 15:29:58 CEST 2017 on sn-devel-144 --- diff --git a/selftest/tests.py b/selftest/tests.py index b2321537b0b..9d1d9d3908b 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -58,7 +58,7 @@ planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True) planpythontestsuite("none", "samba.tests.registry") planpythontestsuite("none", "samba.tests.auth", py3_compatible=True) planpythontestsuite("none", "samba.tests.get_opt", py3_compatible=True) -planpythontestsuite("none", "samba.tests.security") +planpythontestsuite("none", "samba.tests.security", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.misc", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.integer") planpythontestsuite("none", "samba.tests.param", py3_compatible=True)