X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest.sh;h=01b9475c59460151cf41cffce2ce8d1beea11adb;hb=4ffcc4caf5dae0a8a55ebb4b481003b764127c84;hp=1fab7263e838ba3606e94099b2c7a20810b6e31f;hpb=e150e51a7e20a902e9fd2f11f00811f94f67d529;p=idzebra-moved-to-github.git diff --git a/test/gils/test.sh b/test/gils/test.sh index 1fab726..01b9475 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 ../../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 -../../bin/zebrasrv +if [ -x ../../bin/zmbolsrv ]; then + ../../bin/zmbolsrv +fi +if [ -x ../../bin/zebrasrv ]; then + ../../bin/zebrasrv +fi