X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Frusmarc%2Ftest1.sh;h=44f18ff344faafa0dec2d7ab66c9a7148c7919fb;hp=aab681ca0bd2669d45dd57c369baea59d59b53ec;hb=8ee402d79e37344b08c2b54ad45b50e8327a6c03;hpb=191ceffa0af0cc1048ef11a1bf92fece3210c879 diff --git a/test/rusmarc/test1.sh b/test/rusmarc/test1.sh index aab681c..44f18ff 100755 --- a/test/rusmarc/test1.sh +++ b/test/rusmarc/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.5 2004-06-16 21:48:57 adam Exp $ +# $Id: test1.sh,v 1.6 2004-09-27 10:44:52 adam Exp $ pp=${srcdir:-"."} @@ -8,7 +8,13 @@ rm -f $LOG 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 ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.marc >/dev/null; then + ../../index/zebraidx -c $pp/zebra.cfg -l$LOG init +else + exit 0 +fi + if grep 'UTF-8 to koi8-r unsupported' $LOG >/dev/null; then exit 0 fi