Start work on ICU based regexp searches
[idzebra-moved-to-github.git] / test / gils / test.sh
index 01b9475..bba92f4 100755 (executable)
@@ -1,15 +1,12 @@
-:
-echo Loading 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
+#!/bin/sh
+if [ -x ../../index/zebraidx ]; then 
+       IDX=../../index/zebraidx
+       SRV=../../index/zebrasrv
+else
+       echo "No indexer found"
+       exit 1
 fi
+echo Loading Records
+$IDX -t grs.sgml update records
 echo Starting Server
-if [ -x ../../bin/zmbolsrv ]; then
-       ../../bin/zmbolsrv
-fi
-if [ -x ../../bin/zebrasrv ]; then
-       ../../bin/zebrasrv
-fi
+$SRV