Commit 1fcfb8cd authored by Julien Muchembled's avatar Julien Muchembled

Fix conflicting option with tools/perfs

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2789 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a00bba1a
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment