unittest: Change the name of the base ldb test so that it can be easily called separatly
authorMatthieu Patou <mat@matws.net>
Wed, 16 Jun 2010 08:39:16 +0000 (12:39 +0400)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 18 Jun 2010 08:04:28 +0000 (10:04 +0200)
source4/selftest/tests.sh

index 7e3ef176bb33153a0d367b69eefd02d15f2a3420..0ec3c0be8fe0f4c7709d060371a0279b0027aa02 100755 (executable)
@@ -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