From: Jelmer Vernooij Date: Sun, 4 Mar 2012 15:30:26 +0000 (+0100) Subject: Run selftest.py tests. X-Git-Tag: tdb-1.2.10~391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=570dbf2ee0864c963c27108b4527fabe2f1b31d3;p=thirdparty%2Fsamba.git Run selftest.py tests. --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 18701c657d3..9d36f411a03 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -402,6 +402,7 @@ def planoldpythontestsuite(env, module, name=None, extra_path=[], environ={}, ex name = module plantestsuite(name, env, args) +planpythontestsuite("none", "selftest.tests.test_suite", name="selftest.py.tests", extra_path=[srcdir()]) planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python']) planpythontestsuite("none", "samba.tests.credentials") planoldpythontestsuite("dc:local", "samba.tests.gensec", extra_args=['-U"$USERNAME%$PASSWORD"'])