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