From: Joe Guo Date: Thu, 5 Apr 2018 03:03:18 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.blackbox.ndrdump X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=707af5b31b83cc72ec33bd2e12bad1dbbab9a850 selftest: enable py3 for samba.tests.blackbox.ndrdump No change needed. Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Apr 5 12:16:41 CEST 2018 on sn-devel-144 --- diff --git a/selftest/tests.py b/selftest/tests.py index 03f189782327..d866ca9f9701 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -51,7 +51,7 @@ except ImportError: skiptestsuite("subunit", "testscenarios not available") else: planpythontestsuite("none", "subunit.tests.test_suite") -planpythontestsuite("none", "samba.tests.blackbox.ndrdump") +planpythontestsuite("none", "samba.tests.blackbox.ndrdump", py3_compatible=True) planpythontestsuite("none", "samba.tests.blackbox.check_output", py3_compatible=True) planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python']) planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)