X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest1.sh;h=e3b526db2cd9097d3c2bd285850f97bef129105d;hb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;hp=d1991be2b864fb85abcf87d291308b8a2338a223;hpb=3038982ea4d46e1562a4e88029199ca09153a839;p=idzebra-moved-to-github.git diff --git a/test/gils/test1.sh b/test/gils/test1.sh index d1991be..e3b526d 100755 --- a/test/gils/test1.sh +++ b/test/gils/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.8 2004-06-15 08:06:34 adam Exp $ +# $Id: test1.sh,v 1.9 2004-06-15 09:43:30 adam Exp $ pp=${srcdir:-"."} @@ -7,12 +7,12 @@ LOG=test1.log rm -f $LOG echo "initializing..." >>$LOG -mkdir -p reg -rm -f records/esdd000[12].grs # these should not be here, will be created later +test -d reg || mkdir reg +rm -f $pp/records/esdd000[12].grs # these should not be here, will be created later ../../index/zebraidx -l $LOG -c $pp/zebra1.cfg init || exit 1 echo "updating..." >>$LOG -../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update records || exit 1 +../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update $pp/records || exit 1 echo "killing old server (if any)..." >>$LOG test -f zebrasrv.pid && kill `cat zebrasrv.pid` @@ -41,7 +41,7 @@ echo "search 4..." >>$LOG grep "^Result count: 9$" log >/dev/null || exit 1 echo "reindexing..." >>$LOG -../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update records || exit 1 +../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update $pp/records || exit 1 echo "search 5..." >>$LOG ../api/testclient localhost:9901 "@attr 1=4 utah" > log || exit 1