selftest/tests.py: Fix name of selftest.py for benefit of --load-list.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 5 Mar 2012 23:39:11 +0000 (00:39 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 5 Mar 2012 23:48:14 +0000 (00:48 +0100)
source4/selftest/tests.py

index bc8bf12e22689a79d7d8ff2c06ec0c763e135ab5..e308070671c66b8205fabd38dd22361b199b37d0 100755 (executable)
@@ -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"'])