summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2016-08-23 12:11:59 +1200
committerAndrew Bartlett <abartlet@samba.org>2016-09-01 13:29:46 +0200
commitc4334793120faf696764c625187986a80670ecca (patch)
treed5e511c87a54483473a650636c15de97f2a02658 /selftest/tests.py
parentf479b1b3fd787fd2cbedc6161a4e0eb0af1059e3 (diff)
downloadsamba-c4334793120faf696764c625187986a80670ecca.tar.gz
Remove unused python selftest
It doesn't work, isn't changing, and causes a little bit of extra confusion. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 1 13:29:46 CEST 2016 on sn-devel-144
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 9f65f403405..ac4ddd4fcb0 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -37,7 +37,6 @@ planpythontestsuite("none", "samba.tests.source")
if have_man_pages_support:
planpythontestsuite("none", "samba.tests.docs")
-planpythontestsuite("none", "selftest.tests.test_suite", extra_path=[srcdir()])
try:
import testscenarios
except ImportError: