[Erp5-report] r9829 - /erp5/trunk/utils/erp5mechanize/runBenchmarks.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 12 11:13:04 CEST 2006


Author: vincent
Date: Tue Sep 12 11:13:02 2006
New Revision: 9829

URL: http://svn.erp5.org?rev=9829&view=rev
Log:
Disambiguate comment.

Modified:
    erp5/trunk/utils/erp5mechanize/runBenchmarks.py

Modified: erp5/trunk/utils/erp5mechanize/runBenchmarks.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/runBenchmarks.py?rev=9829&r1=9828&r2=9829&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Tue Sep 12 11:13:02 2006
@@ -105,7 +105,7 @@
                                   lazyness=self.lazyness,
                                   **test.get('kw', {}))
         self.test_result_list.append({'id': test['id'], 'step_list': result})
-      except: # Don't let server error kill the whole test list - but notify
+      except: # Don't let test errors kill the whole test list - but notify
               # that this test went wrong
         self.test_result_list.append({'id': test['id'], 'step_list': []})
       for iter in xrange(10):




More information about the Erp5-report mailing list