X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Frusmarc%2Ftest1.sh;h=aab681ca0bd2669d45dd57c369baea59d59b53ec;hb=73ac1d1846bab72f035cede74041c6cf2d90fb34;hp=3622888477cc1a126cbacc48225a7a8fb451acae;hpb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;p=idzebra-moved-to-github.git diff --git a/test/rusmarc/test1.sh b/test/rusmarc/test1.sh index 3622888..aab681c 100755 --- a/test/rusmarc/test1.sh +++ b/test/rusmarc/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.4 2004-06-15 09:43:33 adam Exp $ +# $Id: test1.sh,v 1.5 2004-06-16 21:48:57 adam Exp $ pp=${srcdir:-"."} @@ -9,6 +9,9 @@ test -d tmp || mkdir tmp test -d lock || mkdir lock test -d register || mkdir register ../../index/zebraidx -c $pp/zebra.cfg -l$LOG init +if grep 'UTF-8 to koi8-r unsupported' $LOG >/dev/null; then + exit 0 +fi ../../index/zebraidx -c $pp/zebra.cfg -l$LOG update $pp/records/*marc ../../index/zebrasrv -c $pp/zebra.cfg -l$LOG unix:socket & sleep 1