mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
unittest: Change the name of the base ldb test so that it can be easily called separatly
This commit is contained in:
parent
c9ef9da12f
commit
3fa38046cb
@ -155,9 +155,9 @@ LDBDIR=$samba4srcdir/lib/ldb
|
||||
export LDBDIR
|
||||
# Don't run LDB tests when using system ldb, as we won't have ldbtest installed
|
||||
if [ -f $samba4bindir/ldbtest ]; then
|
||||
plantestsuite "ldb" none TEST_DATA_PREFIX=\$PREFIX $LDBDIR/tests/test-tdb.sh
|
||||
plantestsuite "ldbbase" none TEST_DATA_PREFIX=\$PREFIX $LDBDIR/tests/test-tdb.sh
|
||||
else
|
||||
skiptestsuite "ldb" "Using system LDB, ldbtest not available"
|
||||
skiptestsuite "ldbbase" "Using system LDB, ldbtest not available"
|
||||
fi
|
||||
|
||||
# Tests for RPC
|
||||
|
Loading…
Reference in New Issue
Block a user