diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-04 16:30:26 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-04 18:02:07 +0100 |
commit | 570dbf2ee0864c963c27108b4527fabe2f1b31d3 (patch) | |
tree | 7d4f86f59094a6e705f50e7130187b9a489764d4 /source4 | |
parent | 7e5d98c22cfe9107209176a9124e23ab16d80857 (diff) | |
download | samba-570dbf2ee0864c963c27108b4527fabe2f1b31d3.tar.gz samba-570dbf2ee0864c963c27108b4527fabe2f1b31d3.tar.bz2 samba-570dbf2ee0864c963c27108b4527fabe2f1b31d3.zip |
Run selftest.py tests.
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 18701c657d..9d36f411a0 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"']) |