summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-01-18 10:44:08 +0100
committerAndrew Bartlett <abartlet@samba.org>2017-03-10 07:31:12 +0100
commitd0914e271305d48cfdf6908ee46a1e8a56aefa0a (patch)
tree2ad3d0d18865334e446595a52879039d5d9d55f2 /selftest/tests.py
parent9ada914f9075ef7e255fe3386f4bafb6f77275f6 (diff)
downloadsamba-d0914e271305d48cfdf6908ee46a1e8a56aefa0a.tar.gz
python: selftests: Enable samba.getopt tests execution with Python 3
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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")