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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 18 18:09:37 CEST 2006


Author: vincent
Date: Tue Jul 18 18:09:34 2006
New Revision: 8509

URL: http://svn.erp5.org?rev=8509&view=rev
Log:
Correct a typo.

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=8509&r1=8508&r2=8509&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Tue Jul 18 18:09:34 2006
@@ -213,9 +213,9 @@
         else: # Test did fail.
           print 'Failed'
           if results_file is not None:
-            results_file.append(render_csv(thread.getName(), test_result['id'], 'FAILED')
+            results_file.append(render_csv(thread.getName(), test_result['id'], 'FAILED'))
           if dresults_file is not None:
-            dresults_file.append(render_csv(thread.getName(), test_result['id'], 'FAILED')
+            dresults_file.append(render_csv(thread.getName(), test_result['id'], 'FAILED'))
         test_result = thread.getResult() # Get next test result
       if not thread.isAlive():
         del thread_list[pos] # This thread won't move anymore, throw it.




More information about the Erp5-report mailing list