Modified test script.
[idzebra-moved-to-github.git] / test / gils / test.sh
index 01b9475..0ddc046 100755 (executable)
@@ -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