[Checkins] SVN: zope.testrunner/trunk/src/zope/testrunner/testrunner-profiling.txt Oops.

Marius Gedminas cvs-admin at zope.org
Fri Feb 8 10:18:51 UTC 2013


Log message for revision 129217:
  Oops.
  
  

Changed:
  U   zope.testrunner/trunk/src/zope/testrunner/testrunner-profiling.txt

-=-
Modified: zope.testrunner/trunk/src/zope/testrunner/testrunner-profiling.txt
===================================================================
--- zope.testrunner/trunk/src/zope/testrunner/testrunner-profiling.txt	2013-02-08 10:17:53 UTC (rev 129216)
+++ zope.testrunner/trunk/src/zope/testrunner/testrunner-profiling.txt	2013-02-08 10:18:50 UTC (rev 129217)
@@ -51,10 +51,7 @@
 The testrunner creates temnporary files containing hotshot profiler
 data:
 
-    >>> import glob
-    >>> files = list(glob.glob('tests_profile.*.prof'))
-    >>> files.sort()
-    >>> files
+    >>> os.listdir(tempdir)
     ['tests_profile.cZj2jt.prof', 'tests_profile.yHD-so.prof']
 
 It deletes these when rerun.  We'll delete these ourselves:



More information about the checkins mailing list