blob: c5e6863ae49fa3bd6a3151aa40dcac8ca1a61411 [file] [log] [blame]
#!/bin/bash
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if [ "$TDBROOT" = "" ]
then
echo "TDBROOT is not set" 1>&2
exit 1
fi
"$TDBROOT/bin-test/driver" bptree "$@"