Test output to try to figure out why Travis no longer loves us

This commit is contained in:
Aldo Cortesi 2015-06-04 20:42:11 +12:00
parent 07d5b90ebf
commit 9311d60596

View File

@ -211,7 +211,8 @@ class CommonTests(tutils.DaemonTests):
def test_websocket_frame(self):
r = self.pathoc(["ws:/p/", "wf:b@10"], ws_read_limit=0)
time.sleep(0.01)
print r
print self.d.log()
assert self.d.last_log()["type"] == "wsframe"