summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-11-29 17:02:53 +0000
committerNoel Power <npower@samba.org>2018-12-10 10:38:24 +0100
commitb209def154c5427a62362ae903d432959e7260d2 (patch)
tree04e3510d6849500dddc59ddbc68980edb5890aa4 /source4
parentd01d85ccb255cbdfd3d379dfe0cd7ac58af7f284 (diff)
downloadsamba-b209def154c5427a62362ae903d432959e7260d2.tar.gz
s4/selftest: Reenable samba.tests.gpo to run with --extra-python
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 ca43770dfca..62ecd6edcff 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -687,7 +687,7 @@ planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd", py3_comp
planpythontestsuite("chgdcpass:local", "samba.tests.dcerpc.rpcecho", py3_compatible=True)
planoldpythontestsuite("nt4_dc", "samba.tests.netbios", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
-planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNAME%$PASSWORD"'])
+planoldpythontestsuite("ad_dc:local", "samba.tests.gpo", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
planoldpythontestsuite("ad_dc:local", "samba.tests.dckeytab", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)
planoldpythontestsuite("ad_dc:local", "samba.tests.smb", extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True)