Modified test script.
[idzebra-moved-to-github.git] / test / gils / test.sh
1 :
2 echo Loading Records
3 if [ -x ../../index/zmbolidx ]; then
4         ../../index/zmbolidx -t grs.sgml update records
5 fi
6 if [ -x ../../index/zebraidx ]; then
7         ../../index/zebraidx -t grs.sgml update records
8 fi
9 echo Starting Server
10 if [ -x ../../index/zmbolsrv ]; then
11         ../../index/zmbolsrv
12 fi
13 if [ -x ../../index/zebrasrv ]; then
14         ../../index/zebrasrv
15 fi