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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 4 14:32:42 CEST 2006


Author: vincent
Date: Mon Sep  4 14:32:42 2006
New Revision: 9643

URL: http://svn.erp5.org?rev=9643&view=rev
Log:
Typo.

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=9643&r1=9642&r2=9643&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/smartRun.py (original)
+++ erp5/trunk/utils/erp5mechanize/smartRun.py Mon Sep  4 14:32:42 2006
@@ -124,7 +124,7 @@
     break
   min_usercount = max(min_user, current_usercount)
   if max_user is not None:
-    max_usercount = min(maxuser, max_usercount)
+    max_usercount = min(max_user, max_usercount)
   for current_usercount in xrange(min_usercount, max_usercount + 1):
     execute('%s --config %s --results %s --dresults %s --usercount %s --zopecount %s' % (runBenchmarks, testsuite, resultpath, dresultpath, current_usercount, current_zopecount))
     if execute('%s %s %s' % (userperzope, userperzope_args, resultpath)) != 0:




More information about the Erp5-report mailing list