summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorLumir Balhar <lbalhar@redhat.com>2017-08-08 08:50:35 +0200
committerAndrew Bartlett <abartlet@samba.org>2017-09-06 15:29:58 +0200
commit8c365c5fe09e396e55891945bb4983c0e95d6c13 (patch)
tree6c10f0d738438aba667ba32925ebf29b94ceb198 /selftest/tests.py
parentc81aff362fe99a65385c6f8337ffcb47c9456829 (diff)
downloadsamba-8c365c5fe09e396e55891945bb4983c0e95d6c13.tar.gz
python: Enable execution of samba.tests.security with Python 3.
Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 6 15:29:58 CEST 2017 on sn-devel-144
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 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)