Kaydet (Commit) a552ca6f authored tarafından Vinay Sajip's avatar Vinay Sajip

Issue #12068: Fix appears to have worked; added more diagnostics for rare failures.

üst db3dd8a6
......@@ -3528,6 +3528,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest):
#print additional diagnostics
dn = os.path.dirname(self.fn)
files = [f for f in os.listdir(dn) if f.startswith(self.fn)]
print('Test time: %s' % now.strftime("%Y-%m-%d %H-%M-%S"))
print('The only matching files are: %s' % files)
self.assertTrue(found, msg=msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment