summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-04-05 10:47:16 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:10 +0200
commit47761ee449bd08e89fba05e5bfbe584524c638a5 (patch)
treeb2b403dc6ea379afce792f798350218165aa7770 /selftest
parentff6642820179d7921055afa39f38609b4c7b8c0d (diff)
downloadsamba-47761ee449bd08e89fba05e5bfbe584524c638a5.tar.gz
selftest: enable py3 for samba.tests.samdb_api
Fix bytes and string. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 26e053fce79..03f18978232 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -156,7 +156,7 @@ planpythontestsuite("none", "samba.tests.graph")
plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")])
planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
planpythontestsuite("none", "samba.tests.tdb_util", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.samdb_api")
+planpythontestsuite("none", "samba.tests.samdb_api", py3_compatible=True)
if with_pam:
plantestsuite("samba.tests.pam_winbind(local)", "ad_member",