From: Noel Power Date: Wed, 9 May 2018 15:11:49 +0000 (+0100) Subject: s4/selftest: enable samba.tests.py_credentials for py3 X-Git-Tag: tdb-1.3.17~1748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd1271a35a1ce4939a61fdae237e20ad5776d94;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.py_credentials for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index c2f672e4f87..739abb2be1e 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -790,7 +790,7 @@ planoldpythontestsuite("ad_dc_ntvfs", for env in ["ad_dc_ntvfs", "vampire_dc", "promoted_dc"]: planoldpythontestsuite(env, "samba.tests.py_credentials", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("ad_dc_ntvfs", "samba.tests.emulate.traffic", extra_args=['-U"$USERNAME%$PASSWORD"'])