From 16a228ca3303e750d5035735fdc1472e18e9ee58 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 10 Apr 2018 15:52:47 +1200 Subject: [PATCH] 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 --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT