X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fcharmap%2Ftest1.sh;h=2820b1ae81bcc7a5a2d58cdd9eab53ceab6a9fae;hb=a3722408557fb93c2ec20233c041b20c7d7fb035;hp=bb8e1a2d0327d38e0885f95c2fa4c8d91b5422aa;hpb=3038982ea4d46e1562a4e88029199ca09153a839;p=idzebra-moved-to-github.git diff --git a/test/charmap/test1.sh b/test/charmap/test1.sh index bb8e1a2..2820b1a 100755 --- a/test/charmap/test1.sh +++ b/test/charmap/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $id$ +# $Id: test1.sh,v 1.3.2.1 2005-03-11 21:10:12 adam Exp $ pp=${srcdir:-"."} @@ -10,9 +10,10 @@ if ../../index/zebraidx -c $pp/zebra.cfg -l $LOG -V|grep Expat >/dev/null; then else exit 0 fi -../../index/zebraidx -c $pp/zebra.cfg -l$LOG update *.xml +../../index/zebraidx -c $pp/zebra.cfg -l$LOG update $pp/*.xml ../../index/zebrasrv -c $pp/zebra.cfg -l$LOG unix:socket & sleep 1 +# ae ../api/testclient unix:socket '@term string æ' >tmp1 echo 'Result count: 1' >tmp2 kill `cat zebrasrv.pid` || exit 1