X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Ftest1.sh;h=682ed786c3fa7e85a14a066ec3f038694dde3b1b;hb=5e9aca2e8f33fe023b6b9da6df55642f96efcb50;hp=e3b526db2cd9097d3c2bd285850f97bef129105d;hpb=51f51d3de3b24507ec02ffb8d0af62b57d25f8fb;p=idzebra-moved-to-github.git diff --git a/test/gils/test1.sh b/test/gils/test1.sh index e3b526d..682ed78 100755 --- a/test/gils/test1.sh +++ b/test/gils/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.9 2004-06-15 09:43:30 adam Exp $ +# $Id: test1.sh,v 1.10 2004-09-24 15:03:19 adam Exp $ pp=${srcdir:-"."} @@ -22,7 +22,7 @@ echo "starting server..." >>$LOG sleep 1 echo "checking it runs..." >>$LOG -test -f zebrasrv.pid || exit 1 +test -f zebrasrv.pid || sleep 5 || test -f zebrasrv.pid || exit 1 echo "search 1..." >>$LOG ../api/testclient localhost:9901 utah > log || exit 1