From: Adam Dickmeiss Date: Wed, 5 Apr 2000 10:04:28 +0000 (+0000) Subject: Modified test script. X-Git-Tag: ZEBRA.1.1~83 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=aad54b136f5e842bb1ba2e1dfd7736f8de90ef8c Modified test script. --- diff --git a/test/gils/test.sh b/test/gils/test.sh index 01b9475..0ddc046 100755 --- a/test/gils/test.sh +++ b/test/gils/test.sh @@ -1,15 +1,15 @@ : echo Loading Records -if [ -x ../../bin/zmbolidx ]; then - ../../bin/zmbolidx -t grs.sgml update records +if [ -x ../../index/zmbolidx ]; then + ../../index/zmbolidx -t grs.sgml update records fi -if [ -x ../../bin/zebraidx ]; then - ../../bin/zebraidx -t grs.sgml update records +if [ -x ../../index/zebraidx ]; then + ../../index/zebraidx -t grs.sgml update records fi echo Starting Server -if [ -x ../../bin/zmbolsrv ]; then - ../../bin/zmbolsrv +if [ -x ../../index/zmbolsrv ]; then + ../../index/zmbolsrv fi -if [ -x ../../bin/zebrasrv ]; then - ../../bin/zebrasrv +if [ -x ../../index/zebrasrv ]; then + ../../index/zebrasrv fi