X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Ftest1.sh;h=d2b5206e301ef07d2f4756e34bf7d5d5b48f6a4e;hb=5e9aca2e8f33fe023b6b9da6df55642f96efcb50;hp=9986e351a48731138810e2d10582fae73806dc9e;hpb=e93e9d110b6bb2596e011de5fb0c8825ac2fe2b2;p=idzebra-moved-to-github.git diff --git a/test/xpath/test1.sh b/test/xpath/test1.sh index 9986e35..d2b5206 100755 --- a/test/xpath/test1.sh +++ b/test/xpath/test1.sh @@ -1,6 +1,9 @@ #!/bin/sh -# $Id: test1.sh,v 1.2 2003-05-06 17:39:01 adam Exp $ +# $Id: test1.sh,v 1.5 2004-06-15 09:43:34 adam Exp $ + +pp=${srcdir:-"."} + LOG=test1.log rm -f $LOG -../../index/zebraidx -l $LOG init || exit 1 -../../index/zebraidx -l $LOG -t grs.sgml update rec || exit 2 +../../index/zebraidx -c $pp/zebra.cfg -l $LOG init || exit 1 +../../index/zebraidx -c $pp/zebra.cfg -l $LOG -t grs.sgml update $pp/rec.xml || exit 2