Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Jun 5, 2020
1 parent 1d056bc commit 716b179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appengine/flexible/websockets/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ def check_server(url):

server.kill()

# Dump the logs for debugging
out, err = server.communicate()
print("gunicorn stdout: {}".format(out))
print("gunicorn stderr: {}".format(err))


def test_http(server):
result = requests.get('http://{}/'.format(server))
Expand Down

0 comments on commit 716b179

Please sign in to comment.