From: Noel Power Date: Tue, 17 Apr 2018 12:53:57 +0000 (+0100) Subject: s4/selftest/tests: enable samba.tests.samba_tool.timecmd for python3 X-Git-Tag: tdb-1.3.17~1938 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e53629ff3f07880dfb2933919c3d913aa0d016d;p=thirdparty%2Fsamba.git s4/selftest/tests: enable samba.tests.samba_tool.timecmd for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- 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")