selftest/graph: enable py3 for samba.tests.graph
authorJoe Guo <joeg@catalyst.net.nz>
Tue, 10 Apr 2018 03:52:47 +0000 (15:52 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 13 Apr 2018 05:27:13 +0000 (07:27 +0200)
Changes are made separatedly in previous commits.
No change needed here.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
selftest/tests.py

index c8f2411f4b1bb72cb53c9d53a9fc8d7991832250..185ad37fd4ae35dea4ec967387e139019e58d3e6 100644 (file)
@@ -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)