X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fusmarc%2Ftest.sh;h=a9abe017563ef970dc22a6bd1cd3925523216f59;hb=c421a8e99e5b7e43e29ab1a473627f9837f93a53;hp=cae6221984863eef703e2eb638d92117e1217665;hpb=044461d6b9ed20023930fa761286914f0b404f4c;p=idzebra-moved-to-github.git diff --git a/test/usmarc/test.sh b/test/usmarc/test.sh index cae6221..a9abe01 100755 --- a/test/usmarc/test.sh +++ b/test/usmarc/test.sh @@ -2,16 +2,11 @@ test -d tmp || mkdir tmp test -d lock || mkdir lock echo Loading Records -if [ -x ../../index/zmbolidx ]; then - ../../index/zmbolidx update records -fi if [ -x ../../index/zebraidx ]; then + ../../index/zebraidx init ../../index/zebraidx update records fi echo Starting Server -if [ -x ../../index/zmbolsrv ]; then - ../../index/zmbolsrv -fi if [ -x ../../index/zebrasrv ]; then ../../index/zebrasrv fi