From: Mukund Sivaraman Date: Mon, 2 Apr 2012 08:32:41 +0000 (+0530) Subject: [1818] Show log when retrying verification X-Git-Tag: trac2351_base~226^2~116^2~34^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7f87132783143fab9f8f6ecc0977fe220f2e58e;p=thirdparty%2Fkea.git [1818] Show log when retrying verification --- diff --git a/tests/system/start.pl b/tests/system/start.pl index f280a077c1..32284de085 100755 --- a/tests/system/start.pl +++ b/tests/system/start.pl @@ -220,6 +220,8 @@ sub verify_server { print "R:FAIL\n"; system("$PERL $topdir/stop.pl $testdir"); exit 1; + } else { + print "I:no response from $server. retrying.\n"; } sleep 2; }