[Neo-report] r2789 jm - /trunk/neo/tests/benchmark.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 15 15:53:58 CEST 2011


Author: jm
Date: Wed Jun 15 15:53:58 2011
New Revision: 2789

Log:
Fix conflicting option with tools/perfs

Modified:
    trunk/neo/tests/benchmark.py

Modified: trunk/neo/tests/benchmark.py
==============================================================================
--- trunk/neo/tests/benchmark.py [iso-8859-1] (original)
+++ trunk/neo/tests/benchmark.py [iso-8859-1] Wed Jun 15 15:53:58 2011
@@ -32,7 +32,7 @@ class BenchmarkRunner(object):
         parser.add_option('', '--mail-to', action='append')
         parser.add_option('', '--mail-from')
         parser.add_option('', '--mail-server')
-        parser.add_option('-r', '--repeat', type='int', default=1)
+        parser.add_option('', '--repeat', type='int', default=1)
         self.add_options(parser)
         # check common arguments
         options, self._args = parser.parse_args()




More information about the Neo-report mailing list