Remove Emilda section
[idzebra-moved-to-github.git] / test / usmarc / test.sh
index f2a0afe..a9abe01 100755 (executable)
@@ -1,15 +1,12 @@
-:
+#!/bin/sh
+test -d tmp || mkdir tmp
+test -d lock || mkdir lock
 echo Loading Records
-if [ -x ../../bin/zmbolidx ]; then
-       ../../bin/zmbolidx update records
-fi
-if [ -x ../../bin/zebraidx ]; then
-       ../../bin/zebraidx update records
+if [ -x ../../index/zebraidx ]; then
+       ../../index/zebraidx init
+       ../../index/zebraidx update records
 fi
 echo Starting Server
-if [ -x ../../bin/zmbolsrv ]; then
-       ../../bin/zmbolsrv
-fi
-if [ -x ../../bin/zebrasrv ]; then
-       ../../bin/zebrasrv
+if [ -x ../../index/zebrasrv ]; then
+       ../../index/zebrasrv
 fi