diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-06 00:39:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-06 00:48:14 +0100 |
commit | aaffd996abd9404bb942570f49ca01598ebe0fc3 (patch) | |
tree | dd3babc28ccf0987198dc7e89eb2eff659715ee1 /source4 | |
parent | b9ac1f45a14b9783602fe4508b1f450dd2676bb6 (diff) | |
download | samba-aaffd996abd9404bb942570f49ca01598ebe0fc3.tar.gz samba-aaffd996abd9404bb942570f49ca01598ebe0fc3.tar.bz2 samba-aaffd996abd9404bb942570f49ca01598ebe0fc3.zip |
selftest/tests.py: Fix name of selftest.py for benefit of --load-list.
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index bc8bf12e22..e308070671 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -402,7 +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", "selftest.tests.test_suite", 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"']) |