Browse Source

[1818] Show log when retrying verification

Mukund Sivaraman 13 years ago
parent
commit
b7f8713278
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/system/start.pl

+ 2 - 0
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;
 	}