From ca890c0aa86007dc75f50c35f1ae6d550f8a86c3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 17 Oct 2011 05:40:11 +0000 Subject: [PATCH] sleep 1 # allow lwresd to finish starting. --- bin/tests/system/lwresd/tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index c425410bdf..13780113a8 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -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"