X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fusmarc%2Ftest.sh;fp=test%2Fusmarc%2Ftest.sh;h=f2a0afe6e838de1487d0564dcd5c47c36540d4c7;hb=4ffcc4caf5dae0a8a55ebb4b481003b764127c84;hp=4795a88bdca3e3ac4312f2266c0610b948c6f305;hpb=e5ac901438129e9164111e2eb8c21536d1cb34a9;p=idzebra-moved-to-github.git diff --git a/test/usmarc/test.sh b/test/usmarc/test.sh index 4795a88..f2a0afe 100755 --- a/test/usmarc/test.sh +++ b/test/usmarc/test.sh @@ -1,3 +1,15 @@ : -../../index/zebraidx update records -../../index/zebrasrv +echo Loading Records +if [ -x ../../bin/zmbolidx ]; then + ../../bin/zmbolidx update records +fi +if [ -x ../../bin/zebraidx ]; then + ../../bin/zebraidx update records +fi +echo Starting Server +if [ -x ../../bin/zmbolsrv ]; then + ../../bin/zmbolsrv +fi +if [ -x ../../bin/zebrasrv ]; then + ../../bin/zebrasrv +fi