summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-04-05 15:03:18 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 12:16:40 +0200
commit707af5b31b83cc72ec33bd2e12bad1dbbab9a850 (patch)
treec1b71b225bfccae71eb9aeba9105ecbfa77e1641 /selftest
parent47761ee449bd08e89fba05e5bfbe584524c638a5 (diff)
downloadsamba-707af5b31b83cc72ec33bd2e12bad1dbbab9a850.tar.gz
selftest: enable py3 for samba.tests.blackbox.ndrdump
No change needed. 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> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Apr 5 12:16:41 CEST 2018 on sn-devel-144
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 03f18978232..d866ca9f970 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)