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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 24 17:01:50 CEST 2006


Author: vincent
Date: Mon Jul 24 17:01:40 2006
New Revision: 8717

URL: http://svn.erp5.org?rev=8717&view=rev
Log:
Remoce a debug "raise".

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=8717&r1=8716&r2=8717&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Mon Jul 24 17:01:40 2006
@@ -104,7 +104,6 @@
         result = test['function'](url=self.url, name=self.name, password=self.password, lazyness=self.lazyness)
         self.test_result_list.append({'id': test['id'], 'step_list': result})
       except: # Don't let server error kill the whole test list - but notify that this test went wrong
-        raise
         self.test_result_list.append({'id': test['id'], 'step_list': []})
 
 def sig_handler(signal_number, stack):




More information about the Erp5-report mailing list