summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-11-09 13:10:49 +1100
committerAndrew Tridgell <tridge@samba.org>2011-11-10 14:24:21 +1100
commit39356761e5b7090851de2e909f471265f94d34be (patch)
tree40a3943c3d3e1eaeb6fbdb17adb9617caa9e0922 /source4/selftest
parentb0be72d5080aed3da3f33a45b72f88e90fbe3d13 (diff)
downloadsamba-39356761e5b7090851de2e909f471265f94d34be.tar.gz
samba-39356761e5b7090851de2e909f471265f94d34be.tar.bz2
samba-39356761e5b7090851de2e909f471265f94d34be.zip
test: use planpythontestsuite() for ldb.python test
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 3b0bff1fec..c36b6e54fd 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -395,8 +395,7 @@ def plansambapythontestsuite(name, env, path, module, environ={}, extra_args=[])
args += extra_args
plantestsuite(name, env, args)
-
-plansambapythontestsuite("ldb.python", "none", "%s/lib/ldb/tests/python/" % srcdir(), 'api')
+plantestsuite_idlist("ldb.python", "none", [subunitrun, '-D', 'lib/ldb/tests/python', "api"])
planpythontestsuite("none", "samba.tests.credentials")
plantestsuite_idlist("samba.tests.gensec", "dc:local", [subunitrun, "$LISTOPT", '-U"$USERNAME%$PASSWORD"', "samba.tests.gensec"])
planpythontestsuite("none", "samba.tests.registry")