For UNIX process ID is logged.
[idzebra-moved-to-github.git] / test / gils / test.sh
index 7abd7cb..0ddc046 100755 (executable)
@@ -1,5 +1,15 @@
 :
 echo Loading Records
-../../index/zebraidx -t grs.sgml update records
+if [ -x ../../index/zmbolidx ]; then
+       ../../index/zmbolidx -t grs.sgml update records
+fi
+if [ -x ../../index/zebraidx ]; then
+       ../../index/zebraidx -t grs.sgml update records
+fi
 echo Starting Server
-../../index/zebrasrv
+if [ -x ../../index/zmbolsrv ]; then
+       ../../index/zmbolsrv
+fi
+if [ -x ../../index/zebrasrv ]; then
+       ../../index/zebrasrv
+fi