mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
sleep 1 # allow lwresd to finish starting.
This commit is contained in:
parent
b2f2b7f5a4
commit
ca890c0aa8
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: tests.sh,v 1.18 2007/06/18 23:47:29 tbox Exp $
|
||||
# $Id: tests.sh,v 1.19 2011/10/17 05:40:11 marka Exp $
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
|
@ -36,6 +36,7 @@ $PERL $SYSTEMTESTTOP/start.pl . lwresd1 -- "-m record,size,mctx -c lwresd.conf -
|
|||
|
||||
echo "I:using lwresd.conf"
|
||||
ret=0
|
||||
sleep 1 # allow lwresd to finish starting.
|
||||
./lwtest || ret=1
|
||||
if [ $ret != 0 ]; then
|
||||
echo "I:failed"
|
||||
|
|
|
|||
Loading…
Reference in a new issue