Add some more debugging info so we can determine why this test is flaking

pull/6/head
Brendan Burns 2015-10-07 13:08:47 -07:00
parent 43f9280a5d
commit 4cd0997dbf
1 changed files with 1 additions and 0 deletions

View File

@ -788,6 +788,7 @@ func waitForGuestbookResponse(c *client.Client, cmd, arg, expectedResponse strin
if err == nil && res == expectedResponse {
return true
}
Logf("Failed to get response from guestbook. err: %v, response: %s", err, res)
}
return false
}