From d9e29c0250a052474936540e3768de2dcdaaeac9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Apr 2011 16:58:50 +1000 Subject: 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 --- source4/selftest/tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/selftest') 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 -- cgit