X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Fstop04.sh;h=cf6f842d3898da03b73f4ff80ed88c838cdfa2e1;hb=03cd7d7f298324b3cc7185de7e9c65eab79c5048;hp=43f2bd6f91eef94b90004c30f741bca5afd5a8d7;hpb=a692aad104901f14ecb713bf85940117c68108e7;p=idzebra-moved-to-github.git diff --git a/test/gils/stop04.sh b/test/gils/stop04.sh index 43f2bd6..cf6f842 100755 --- a/test/gils/stop04.sh +++ b/test/gils/stop04.sh @@ -1,21 +1,27 @@ #!/bin/sh -# $Id: stop04.sh,v 1.10 2005-01-03 12:08:04 adam Exp $ +# $Id: stop04.sh,v 1.11 2006-04-27 10:52:26 marc Exp $ # test start and stop of the forked server -pp=${srcdir:-"."} +srcdir=${srcdir:-"."} + +if [ "$srcdir" != "." ] + then + echo "Jumping over test" + exit 0 +fi LOG=stop04.log rm -f $LOG echo "initializing" >>$LOG mkdir -p reg -../../index/zebraidx -l $LOG -c $pp/zebra1.cfg init || exit 1 +../../index/zebraidx -l $LOG -c $srcdir/zebra1.cfg init || exit 1 #create a base to test on -../../index/zebraidx -l $LOG -c $pp/zebra1.cfg update records || exit 1 +../../index/zebraidx -l $LOG -c $srcdir/zebra1.cfg update records || exit 1 echo "Starting server with (forked)..." >>$LOG -../../index/zebrasrv -D -p z.pid -c $pp/zebra1.cfg -l $LOG unix:socket +../../index/zebrasrv -D -p z.pid -c $srcdir/zebra1.cfg -l $LOG unix:socket echo " checking that it runs... " >>$LOG test -f z.pid || exit 1