summaryrefslogtreecommitdiffstats
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-15 16:58:50 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-16 11:43:05 +0200
commitd9e29c0250a052474936540e3768de2dcdaaeac9 (patch)
tree44a56224e59caae9ea3d9d9d7966210ba8652169 /source4/selftest
parent47b7c6fccf944ae2ae4bdbfa983adfa1d12204df (diff)
downloadsamba-d9e29c0250a052474936540e3768de2dcdaaeac9.tar.gz
samba-d9e29c0250a052474936540e3768de2dcdaaeac9.tar.xz
samba-d9e29c0250a052474936540e3768de2dcdaaeac9.zip
selftest Remove selftest of the test subsystem
The intereactions between selftest.pl and the target are now too complex to unit test like this any more. Andrew Bartlett
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index dfbbc5752fa..6d4d18f7c65 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -251,7 +251,6 @@ plansmbtorturetestsuite("drs.unit", "none", "ncalrpc:")
for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))):
if f.endswith(".pl"):
planperltestsuite("pidl.%s" % f[:-3], os.path.normpath(os.path.join(samba4srcdir, "../pidl/tests", f)))
-planperltestsuite("selftest.samba4", os.path.normpath(os.path.join(samba4srcdir, "../selftest/test_samba4.pl")))
# Blackbox Tests:
# tests that interact directly with the command-line tools rather than using