From: Joe Guo Date: Tue, 10 Apr 2018 03:52:47 +0000 (+1200) Subject: selftest/graph: enable py3 for samba.tests.graph X-Git-Tag: ldb-1.4.0~588 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16a228ca3303e750d5035735fdc1472e18e9ee58;p=thirdparty%2Fsamba.git selftest/graph: enable py3 for samba.tests.graph Changes are made separatedly in previous commits. No change needed here. Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index c8f2411f4b1..185ad37fd4a 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -152,7 +152,7 @@ planpythontestsuite("none", "samba.tests.policy", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.graph", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.graph_utils", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.ldif_import_export") -planpythontestsuite("none", "samba.tests.graph") +planpythontestsuite("none", "samba.tests.graph", py3_compatible=True) plantestsuite("wafsamba.duplicate_symbols", "none", [os.path.join(srcdir(), "buildtools/wafsamba/test_duplicate_symbol.sh")]) planpythontestsuite("none", "samba.tests.glue", py3_compatible=True) planpythontestsuite("none", "samba.tests.tdb_util", py3_compatible=True)