X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest3.sh;h=e8bfbb0f596cfd7d50cbd467cd3a76d8e708d6f4;hb=a9eae0225b1a51b0257f80d9da9f95475dd04f53;hp=23dbc182838073208cb5b25e57f8e081ee6c575e;hpb=3038982ea4d46e1562a4e88029199ca09153a839;p=idzebra-moved-to-github.git diff --git a/test/gils/test3.sh b/test/gils/test3.sh index 23dbc18..e8bfbb0 100755 --- a/test/gils/test3.sh +++ b/test/gils/test3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test3.sh,v 1.3 2004-06-15 08:06:34 adam Exp $ +# $Id: test3.sh,v 1.4 2004-06-15 09:43:30 adam Exp $ # Testing searches with lots of @and operators # in order to test the fast-forward operation of rsets @@ -19,7 +19,7 @@ mkdir -p reg ../../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 "starting server..." >>$LOG ../../index/zebrasrv -S -c $pp/zebra1.cfg $DBG -l $LOG tcp:@:9901 &