summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r--Lib/test/test_logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index f78b366a..505ce6e 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -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)