From 707af5b31b83cc72ec33bd2e12bad1dbbab9a850 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Thu, 5 Apr 2018 15:03:18 +1200 Subject: [PATCH] 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 --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1