summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-04-03 15:24:28 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:10 +0200
commit68d89b0a19b73fe218938280e7b4395261d7c269 (patch)
treef988be2b95d305dfc110a210692883f2d53553d3 /selftest/tests.py
parent0ebf52744c5171d4eb5f0b0616d3880d7bbd9db4 (diff)
downloadsamba-68d89b0a19b73fe218938280e7b4395261d7c269.tar.gz
selftest: enable py3 for samba.tests.hostconfig
Fix relative import. 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/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 24ed0c6819d..a3df849f6ac 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -72,7 +72,7 @@ planpythontestsuite("none", "samba.tests.netcmd")
planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc", py3_compatible=True)
planpythontestsuite("none", "samba.tests.dcerpc.array", py3_compatible=True)
planpythontestsuite("none", "samba.tests.dcerpc.string", py3_compatible=True)
-planpythontestsuite("none", "samba.tests.hostconfig")
+planpythontestsuite("none", "samba.tests.hostconfig", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",
py3_compatible=True)
planpythontestsuite("none", "samba.tests.s3param", py3_compatible=True)