summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-03-05 16:08:01 +0000
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:09 +0200
commit2d593c27fd4f7162f5f71f97d44a4fe286d53ff5 (patch)
tree2df56c75620fe84aaf9b05a4b07ebe2aa22db458 /selftest
parent7ad9bdd684db2f894e7d5bd911c73ef93252b008 (diff)
downloadsamba-2d593c27fd4f7162f5f71f97d44a4fe286d53ff5.tar.gz
get make test TESTS=samba.tests.provision to work
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
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 c3def9432ed..d930373d8b1 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -65,7 +65,7 @@ planpythontestsuite("none", "samba.tests.param", py3_compatible=True)
planpythontestsuite("none", "samba.tests.upgrade")
planpythontestsuite("none", "samba.tests.core", py3_compatible=True)
planpythontestsuite("none", "samba.tests.common")
-planpythontestsuite("none", "samba.tests.provision")
+planpythontestsuite("none", "samba.tests.provision", py3_compatible=True)
planpythontestsuite("none", "samba.tests.password_quality")
planpythontestsuite("none", "samba.tests.strings")
planpythontestsuite("none", "samba.tests.netcmd")