Armand Grillet created MESOS-9179:
-------------------------------------
Summary: ./support/python3/mesos-gtest-runner.py --help crashes
Key: MESOS-9179
URL: https://issues.apache.org/jira/browse/MESOS-9179
Project: Mesos
Issue Type: Bug
Reporter: Armand Grillet
Assignee: Armand Grillet
{noformat}
$ ./support/python3/mesos-gtest-runner.py --help
Traceback (most recent call last):
File "./support/python3/mesos-gtest-runner.py", line 196, in <module>
EXECUTABLE, OPTIONS = parse_arguments()
File "./support/python3/mesos-gtest-runner.py", line 108, in parse_arguments
.format(default_=DEFAULT_NUM_JOBS))
File "/usr/lib64/python3.5/argparse.py", line 1335, in add_argument
raise ValueError('%r is not callable' % (type_func,))
ValueError: 'int' is not callable
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)