echo "Adding base elements" $VALGRIND bin/ldbadd tests/test.ldif || exit 1 echo "Modifying elements" $VALGRIND bin/ldbmodify tests/test-modify.ldif || exit 1 echo "Showing modified record" $VALGRIND bin/ldbsearch '(uid=uham)' || exit 1 echo "Starting ldbtest" time $VALGRIND bin/ldbtest -r 1000 -s 10 || exit 1 echo "Adding index" $VALGRIND bin/ldbadd tests/test-index.ldif || exit 1 echo "Starting ldbtest indexed" time $VALGRIND bin/ldbtest -r 1000 -s 5000 || exit 1