Moved the test sequences (old t[1-8].sh) into more consistent scripts
[idzebra-moved-to-github.git] / test / gils / t6.sh
1 rm -f zebrasrv.pid
2 rm -f srv.log
3 echo "starting server..."
4 ../../index/zebrasrv -S -c zebra2.cfg -l srv.log tcp:@:9901 &
5 sleep 1
6 test -f zebrasrv.pid || exit 1
7
8 echo ok