From 19f835dd69e7ea3ecc10732ebb031f78f79ec9f5 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Mon, 4 Oct 2010 22:54:46 +0400 Subject: unittests: makes the unit tests for ldb.python back in order --- source4/selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index b6402e8a46..5a2880aea0 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -443,7 +443,7 @@ else: skiptestsuite("samba4.nss.test using winbind(member)", "nsstest not available") subunitrun = valgrindify(python) + " " + os.path.join(samba4srcdir, "scripting/bin/subunitrun") -plantestsuite("ldb.python", "none", ['PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/"', python, '$samba4srcdir/lib/ldb/tests/python/api.py']) +plantestsuite("ldb.python", "none", ['PYTHONPATH="$PYTHONPATH:./lib/ldb/tests/python/"', subunitrun, 'api']) planpythontestsuite("none", "samba.tests.credentials") planpythontestsuite("none", "samba.tests.gensec") planpythontestsuite("none", "samba.tests.registry") -- cgit