f1e3f297f673336a159c6eea294b8c3b72fc8100
[idzebra-moved-to-github.git] / test / gils / t5.sh
1 rm -f idx.log
2 echo "init..."
3 ../../index/zebraidx -l idx.log init || exit 1
4
5 echo "update 1..."
6 ../../index/zebraidx -l idx.log -c zebra2.cfg update records || exit 2
7
8 echo "update 2..."
9 ../../index/zebraidx -l idx.log -c zebra2.cfg update records || exit 2
10
11 echo ok