summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-04-17 13:53:57 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-03 03:22:21 +0200
commit0e53629ff3f07880dfb2933919c3d913aa0d016d (patch)
tree422e55b135abdf44ca09764b12013ec2dd4029bc /source4
parent5efb5ad9abc95d9da73f200720316b1e244334eb (diff)
downloadsamba-0e53629ff3f07880dfb2933919c3d913aa0d016d.tar.gz
s4/selftest/tests: enable samba.tests.samba_tool.timecmd for python3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 2c37e3e0332..3866653ea35 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -610,7 +610,7 @@ planpythontestsuite("none", "samba.tests.dsdb_lock", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.bare", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.unix", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dcerpc.srvsvc")
-planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.timecmd")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.timecmd", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.join")
planpythontestsuite("none", "samba.tests.samba_tool.visualize")