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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 13 11:07:26 CEST 2006


Author: vincent
Date: Thu Jul 13 11:07:22 2006
New Revision: 8434

URL: http://svn.erp5.org?rev=8434&view=rev
Log:
No need to be much precise when printing timestamps.

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=8434&r1=8433&r2=8434&view=diff
==============================================================================
--- erp5/trunk/utils/erp5mechanize/runBenchmarks.py (original)
+++ erp5/trunk/utils/erp5mechanize/runBenchmarks.py Thu Jul 13 11:07:22 2006
@@ -182,7 +182,7 @@
       thread_url = thread.getUrl()
       test_result = thread.getResult()
       while test_result is not None:
-        sys.stdout.write('%.02f: Thread %s, test %s : ' % (time(), thread_name, test_result['id']))
+        sys.stdout.write('%i: Thread %s, test %s : ' % (time(), thread_name, test_result['id']))
         if len(test_result['step_list']) > 0: # Thread produced exploitable results (the test did not fail).
           print 'Success'
           test_result['step_list'].sort()




More information about the Erp5-report mailing list