X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Fstop04.sh;h=d5faf8936277acfa0ee27775a973c31f00690089;hb=c00bfddbf0f3608340d61298acc61dafb167f9b2;hp=43f2bd6f91eef94b90004c30f741bca5afd5a8d7;hpb=a692aad104901f14ecb713bf85940117c68108e7;p=idzebra-moved-to-github.git diff --git a/test/gils/stop04.sh b/test/gils/stop04.sh index 43f2bd6..d5faf89 100755 --- a/test/gils/stop04.sh +++ b/test/gils/stop04.sh @@ -1,21 +1,26 @@ #!/bin/sh -# $Id: stop04.sh,v 1.10 2005-01-03 12:08:04 adam 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