X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest.sh;h=0ddc04680ad84fb7a7fdb329a377d85816a64b7f;hb=044461d6b9ed20023930fa761286914f0b404f4c;hp=1fab7263e838ba3606e94099b2c7a20810b6e31f;hpb=e150e51a7e20a902e9fd2f11f00811f94f67d529;p=idzebra-moved-to-github.git diff --git a/test/gils/test.sh b/test/gils/test.sh index 1fab726..0ddc046 100755 --- a/test/gils/test.sh +++ b/test/gils/test.sh @@ -1,5 +1,15 @@ : echo Loading Records -../../bin/zebraidx -t grs.sgml update records +if [ -x ../../index/zmbolidx ]; then + ../../index/zmbolidx -t grs.sgml update records +fi +if [ -x ../../index/zebraidx ]; then + ../../index/zebraidx -t grs.sgml update records +fi echo Starting Server -../../bin/zebrasrv +if [ -x ../../index/zmbolsrv ]; then + ../../index/zmbolsrv +fi +if [ -x ../../index/zebrasrv ]; then + ../../index/zebrasrv +fi