diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-21 12:31:26 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:53 +0100 |
commit | 75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029 (patch) | |
tree | 76e8f0df75c029846b9b0bc574150c80539bf69c /source4/selftest | |
parent | c027a0d111bf52716de073e456f0a93d909e870c (diff) | |
download | samba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.tar.gz samba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.tar.bz2 samba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.zip |
r26073: Import Python bindings for the registry.
(This used to be commit 777205b5705940c00384172c531ea99ba3eae235)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index a4d2bb2e29..dd00a2b349 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -296,4 +296,5 @@ if which trial 2>/dev/null >/dev/null then plantest "ldb.python" none PYTHONPATH=bin/python trial lib/ldb/tests/python/api.py plantest "credentials.python" none PYTHONPATH=bin/python trial auth/credentials/tests/bindings.py + plantest "registry.python" none PYTHONPATH=bin/python trial lib/registry/tests/bindings.py fi |