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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 1 14:13:45 CEST 2006


Author: vincent
Date: Tue Aug  1 14:13:42 2006
New Revision: 8961

URL: http://svn.erp5.org?rev=8961&view=rev
Log:
When a test thread acknowledges that the main process died, display it to the user to notify abnormal test exit.

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=8961&r1=8960&r2=8961&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Tue Aug  1 14:13:42 2006
@@ -99,6 +99,7 @@
     """
     for test in self.test_list:
       if MAIN_IS_ALIVE == 0:
+        sys.stdout.write('Thread %s interrupted.\n' % (self.getName(), ))
         return
       try:
         result = test['function'](url=self.url,




More information about the Erp5-report mailing list