[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/testrunner.py - remove unneeded comment

Benji York benji at zope.com
Fri Aug 26 11:39:43 EDT 2005


Log message for revision 38101:
  - remove unneeded comment
  - add missing "." to profile data file prefix
  

Changed:
  U   zope.testing/trunk/src/zope/testing/testrunner.py

-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner.py	2005-08-26 08:02:07 UTC (rev 38100)
+++ zope.testing/trunk/src/zope/testing/testrunner.py	2005-08-26 15:39:41 UTC (rev 38101)
@@ -120,7 +120,7 @@
         tracer = None
 
     if options.profile:
-        prof_prefix = 'tests_profile'
+        prof_prefix = 'tests_profile.'
         prof_suffix = '.prof'
         prof_glob = prof_prefix + '*' + prof_suffix
 
@@ -156,7 +156,6 @@
             else:
                 stats.add(loaded)
         stats.sort_stats('cumulative', 'calls')
-#        stats.sort_stats('time', 'calls')
         stats.print_stats(50)
 
     if tracer:



More information about the Zope3-Checkins mailing list