summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-06 00:39:11 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-06 00:48:14 +0100
commitaaffd996abd9404bb942570f49ca01598ebe0fc3 (patch)
treedd3babc28ccf0987198dc7e89eb2eff659715ee1 /source4/selftest
parentb9ac1f45a14b9783602fe4508b1f450dd2676bb6 (diff)
downloadsamba-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/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
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"'])