X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2Ftest1.sh;h=2d18e7c01b85b7b9ef522a75745051850830ac8e;hb=4761773f2ff08474c71cc3f44cae1642b45834c1;hp=8fcc2cc3a5f0558d0177941b6d8819d181bbbc07;hpb=403ae06f9dbf8180008ccc8128f642203d41ae50;p=idzebra-moved-to-github.git diff --git a/test/sort/test1.sh b/test/sort/test1.sh index 8fcc2cc..2d18e7c 100755 --- a/test/sort/test1.sh +++ b/test/sort/test1.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: test1.sh,v 1.3 2003-05-21 14:39:22 adam Exp $ +# $Id: test1.sh,v 1.5 2003-09-24 11:45:44 adam Exp $ +ulimit -c 10000 LOG=test1.log rm -fr lock mkdir lock @@ -11,7 +12,7 @@ cp rec*.xml recs ../../index/zebraidx -l $LOG update recs || exit 1 ../../index/zebrasrv -l $LOG unix:socket & sleep 1 -test -f zebrasrv.pid || exit 2 +test -f lock/zebrasrv.pid || exit 2 ../api/testclient -n3 unix:socket '@or computer @attr 7=1 @attr 1=30 0' >tmp1 echo 'Result count: 3 my: @@ -23,5 +24,5 @@ my: title: first computer dateTime: 2' >tmp2 -kill `cat zebrasrv.pid` +kill `cat lock/zebrasrv.pid` diff tmp1 tmp2