mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
1734655bf8
commit
5fd49e8956
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user