X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=test%2Fgils%2Ftest.sh;h=01b9475c59460151cf41cffce2ce8d1beea11adb;hb=fa07a1e944e47feeb9e58296659bb57c4c32bde7;hp=7abd7cb42858a16bd5186a1dfc4f6e9f7e7c94b1;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git diff --git a/test/gils/test.sh b/test/gils/test.sh index 7abd7cb..01b9475 100755 --- a/test/gils/test.sh +++ b/test/gils/test.sh @@ -1,5 +1,15 @@ : echo Loading Records -../../index/zebraidx -t grs.sgml update records +if [ -x ../../bin/zmbolidx ]; then + ../../bin/zmbolidx -t grs.sgml update records +fi +if [ -x ../../bin/zebraidx ]; then + ../../bin/zebraidx -t grs.sgml update records +fi echo Starting Server -../../index/zebrasrv +if [ -x ../../bin/zmbolsrv ]; then + ../../bin/zmbolsrv +fi +if [ -x ../../bin/zebrasrv ]; then + ../../bin/zebrasrv +fi