BIND 10 trac1818, updated. e3e3c2aad84dbb09f0146e59f28e3acc7062b689 [1818] Show log when retrying verification

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 2 08:32:51 UTC 2012


The branch, trac1818 has been updated
       via  e3e3c2aad84dbb09f0146e59f28e3acc7062b689 (commit)
      from  e53c45cfe80c923524b2bd5610d29bcdd0c5f4f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3e3c2aad84dbb09f0146e59f28e3acc7062b689
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 2 14:02:41 2012 +0530

    [1818] Show log when retrying verification

-----------------------------------------------------------------------

Summary of changes:
 tests/system/start.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/system/start.pl b/tests/system/start.pl
index f280a07..32284de 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;
 	}



More information about the bind10-changes mailing list