X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmalxml%2Ftest1.sh;h=76158cef062dd1781a86493157218f2432dd4ea7;hb=7415d28c149c1bab51fe93aeaccdd14085b69bd9;hp=a31a2035da2e0a586777fd758827af2fa70e2b05;hpb=3038982ea4d46e1562a4e88029199ca09153a839;p=idzebra-moved-to-github.git diff --git a/test/malxml/test1.sh b/test/malxml/test1.sh index a31a203..76158ce 100755 --- a/test/malxml/test1.sh +++ b/test/malxml/test1.sh @@ -1,14 +1,14 @@ #!/bin/sh -# $Id: test1.sh,v 1.4 2004-06-15 08:06:34 adam Exp $ +# $Id: test1.sh,v 1.6 2004-09-27 10:44:51 adam Exp $ pp=${srcdir:-"."} LOG=test1.log rm -f $LOG -if ../../index/zebraidx -l $LOG -V|grep Expat >/dev/null; then +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 f1.xml +../../index/zebraidx -c $pp/zebra.cfg -l $LOG update $pp/f1.xml