diff options
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 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") |