]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1818] Show log when retrying verification
authorMukund Sivaraman <muks@isc.org>
Mon, 2 Apr 2012 08:32:41 +0000 (14:02 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:33:55 +0000 (15:03 +0530)
tests/system/start.pl

index f280a077c149e85d2fab76980a66831fe2cd06b3..32284de085bce4bc724fe1d7eff404669d6c52d1 100755 (executable)
@@ -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;
        }