diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 22:08:04 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 22:29:09 -0700 |
commit | 7378b6d2a20a8ff0678891b6ef1d72afbfe8c1e0 (patch) | |
tree | fb97d24bc58e7193e34dfbac5b834c54cc9adf7a | |
parent | cc5b673e18246f35a908152b7c4a8cb0dc3a89f2 (diff) | |
download | samba-7378b6d2a20a8ff0678891b6ef1d72afbfe8c1e0.tar.gz samba-7378b6d2a20a8ff0678891b6ef1d72afbfe8c1e0.tar.bz2 samba-7378b6d2a20a8ff0678891b6ef1d72afbfe8c1e0.zip |
s4-selftest: Move credentials tests to standard python directory.
-rw-r--r-- | source4/scripting/python/samba/tests/credentials.py (renamed from source4/auth/credentials/tests/bindings.py) | 0 | ||||
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/tests/bindings.py b/source4/scripting/python/samba/tests/credentials.py index 5ed61c6b21..5ed61c6b21 100644 --- a/source4/auth/credentials/tests/bindings.py +++ b/source4/scripting/python/samba/tests/credentials.py diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 6ecf9e10ae..326e52fb71 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -481,7 +481,7 @@ fi SUBUNITRUN="$VALGRIND $PYTHON $samba4srcdir/scripting/bin/subunitrun" plantestsuite "ldb.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/" $PYTHON $samba4srcdir/lib/ldb/tests/python/api.py -plantestsuite "samba4.credentials.python" none PYTHONPATH="$PYTHONPATH:$samba4srcdir/auth/credentials/tests" $SUBUNITRUN bindings +planpythontestsuite none samba.tests.credentials planpythontestsuite none samba.tests.gensec planpythontestsuite none samba.tests.registry plantestsuite "tdb.python" none PYTHONPATH="$PYTHONPATH:../lib/tdb/python/tests" $SUBUNITRUN simple |