[Erp5-report] r9644 - /erp5/trunk/utils/erp5mechanize/smartRun.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 4 14:34:10 CEST 2006


Author: vincent
Date: Mon Sep  4 14:34:09 2006
New Revision: 9644

URL: http://svn.erp5.org?rev=9644&view=rev
Log:
Initialise max_usercount.

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

Modified: erp5/trunk/utils/erp5mechanize/smartRun.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5mechanize/smartRun.py?rev=9644&r1=9643&r2=9644&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/smartRun.py (original)
+++ erp5/trunk/utils/erp5mechanize/smartRun.py Mon Sep  4 14:34:09 2006
@@ -123,6 +123,7 @@
     print 'Less successfull users than zope to test, aborting.'
     break
   min_usercount = max(min_user, current_usercount)
+  max_usercount = current_zopecount * usercoef
   if max_user is not None:
     max_usercount = min(max_user, max_usercount)
   for current_usercount in xrange(min_usercount, max_usercount + 1):




More information about the Erp5-report mailing list