Moved the test sequences (old t[1-8].sh) into more consistent scripts
[idzebra-moved-to-github.git] / test / gils / t1.sh
1 echo "initializing..."
2 mkdir -p reg
3 ../../index/zebraidx -l idx.log -c zebra1.cfg init || exit 1
4 rm -f records/esdd000[12].grs # these should not be here, will be created later
5 echo "updating..."
6 ../../index/zebraidx -l idx.log -c zebra1.cfg update records  || exit 2
7 echo "ok"