summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-03-22 12:39:43 +0000
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:08 +0200
commit5fd49e895637ca491c7d716c3c18033129211f34 (patch)
treecec16bb212b42235ec6531e2c824006ed5d8e8c5 /selftest
parent1734655bf805342ce4b2a33c78729b681846da52 (diff)
downloadsamba-5fd49e895637ca491c7d716c3c18033129211f34.tar.gz
python selftest: enable samba.tests.s3windb to run with py3
Signed-off-by: Noel Power <noel.power@suse.com> 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 eefc2c88c10..ea1e638f6f5 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -78,7 +78,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",
planpythontestsuite("none", "samba.tests.s3param", py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3passdb", py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3registry", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.s3windb")
+planpythontestsuite("none", "samba.tests.s3windb", py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3idmapdb")
planpythontestsuite("none", "samba.tests.samba3sam")
planpythontestsuite(