X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest1.sh;h=e33ccffa6d4344ce19175ff95a6a1088914e340b;hb=01d68c3e68001168758afc0c4ffd101a7c5cf149;hp=a5230b3fc8fd7f2021a87e9e9eb9c4f4cdf289df;hpb=45b4e214a010658e34d12b750fbe5ce46e6b7919;p=idzebra-moved-to-github.git diff --git a/test/gils/test1.sh b/test/gils/test1.sh index a5230b3..e33ccff 100755 --- a/test/gils/test1.sh +++ b/test/gils/test1.sh @@ -1,5 +1,9 @@ echo "testing without stored keys (zebra1.cfg)" +echo "See if servers are running...." +ps ax|grep zebrasrv +sleep 1 + echo "initializing..." mkdir -p reg rm -f records/esdd000[12].grs # these should not be here, will be created later @@ -10,7 +14,7 @@ echo "updating..." ../../index/zebraidx -l idx.log -c zebra1.cfg update records || exit 1 echo "killing old server (if any)..." -test -f zebrasrv.pid && kill -9 `cat zebrasrv.pid` +test -f zebrasrv.pid && kill `cat zebrasrv.pid` rm -f zebrasrv.pid rm -f srv.log @@ -46,7 +50,7 @@ grep "^Result count: 18$" log || exit 1 echo "stopping server..." test -f zebrasrv.pid || exit 1 -kill -9 `cat zebrasrv.pid` || exit 1 +kill `cat zebrasrv.pid` || exit 1 rm -f zebrasrv.pid echo "ok"