From d0914e271305d48cfdf6908ee46a1e8a56aefa0a Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 18 Jan 2017 10:44:08 +0100 Subject: [PATCH] python: selftests: Enable samba.getopt tests execution with Python 3 Signed-off-by: Lumir Balhar Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index 3d5886d8e65..b32b6de9b5c 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -55,7 +55,7 @@ planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests 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") +planpythontestsuite("none", "samba.tests.get_opt", py3_compatible=True) planpythontestsuite("none", "samba.tests.security") planpythontestsuite("none", "samba.tests.dcerpc.misc", py3_compatible=True) planpythontestsuite("none", "samba.tests.dcerpc.integer")