X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fmalxml%2Ftest1.sh;h=cd57f573b670b871849fc41a862ea4293f502c61;hp=b2bdbd81f37b763ec6f600f440f30a7fda870309;hb=97a7adeb9e5059463f039495cc01cfa448463a27;hpb=d9707b0f30d49fc9bb98d5ce10da8842dcd6d275 diff --git a/test/malxml/test1.sh b/test/malxml/test1.sh index b2bdbd8..cd57f57 100755 --- a/test/malxml/test1.sh +++ b/test/malxml/test1.sh @@ -1,4 +1,13 @@ #!/bin/sh + +pp=${srcdir:-"."} + LOG=test1.log -../../index/zebraidx -l $LOG init -../../index/zebraidx -l $LOG update f1.xml + +rm -f $LOG +if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG filters|grep grs.xml >/dev/null; then + ../../index/zebraidx -c $pp/zebra.cfg -l$LOG init +else + exit 0 +fi +../../index/zebraidx -c $pp/zebra.cfg -l $LOG update $pp/f1.xml