From: Adam Dickmeiss Date: Mon, 27 Sep 2004 11:22:39 +0000 (+0000) Subject: More wait X-Git-Tag: snippet.version.1~331 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a5a9ab496df5831c54837888292e7132b3172579 More wait --- diff --git a/test/charmap/test1.sh b/test/charmap/test1.sh index 696cfa1..2059b29 100755 --- a/test/charmap/test1.sh +++ b/test/charmap/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.4 2004-09-27 10:44:50 adam Exp $ +# $Id: test1.sh,v 1.5 2004-09-27 11:22:39 adam Exp $ pp=${srcdir:-"."} @@ -12,7 +12,7 @@ else fi ../../index/zebraidx -c $pp/zebra.cfg -l$LOG update $pp/*.xml ../../index/zebrasrv -c $pp/zebra.cfg -l$LOG unix:socket & -sleep 1 +sleep 2 ../api/testclient unix:socket '@term string æ' >tmp1 echo 'Result count: 1' >tmp2 kill `cat zebrasrv.pid` || exit 1 diff --git a/test/charmap/test2.sh b/test/charmap/test2.sh index 87217dd..31861c2 100755 --- a/test/charmap/test2.sh +++ b/test/charmap/test2.sh @@ -12,7 +12,7 @@ else fi ../../index/zebraidx -c $pp/zebra.cfg -l$LOG update $pp/*.xml ../../index/zebrasrv -c $pp/zebra.cfg -l$LOG unix:socket & -sleep 1 +sleep 2 # search for UNICODE 1E25 - letter h with dot below ../api/testclient unix:socket '@term string ḥ' >tmp1 echo 'Result count: 1' >tmp2