diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-21 11:56:41 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:52 +0100 |
commit | f6322e4b96c589b968c18953cd454dd12bde2c18 (patch) | |
tree | 5b572fdb825557238f039ddf292525f29f76e2e6 /source4/selftest | |
parent | ea851658411e3ff03a906f7ae6afc7e9319d6f90 (diff) | |
download | samba-f6322e4b96c589b968c18953cd454dd12bde2c18.tar.gz samba-f6322e4b96c589b968c18953cd454dd12bde2c18.tar.bz2 samba-f6322e4b96c589b968c18953cd454dd12bde2c18.zip |
r26069: Import python bindings for credentials.
(This used to be commit 97bb235cc8c2855a0903bbd9dee53f0e03c4adc0)
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 155a8be7a4..a4d2bb2e29 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -295,4 +295,5 @@ fi 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 fi |