Commit 7139133a authored by Yusei Tahara's avatar Yusei Tahara

erp5/util/scalability: A wrong parameter is given to ProcessManager constructor.

parent b0c2dde6
......@@ -213,7 +213,7 @@ class ScalabilityLauncher(object):
self.log("Instance url: %s" %self.__argumentNamespace.instance_url)
error_message_set, exit_status = set(), 0
process_manager = ProcessManager(self.log)
process_manager = ProcessManager()
# Get suite informations
suite = makeSuite(self.__argumentNamespace.test_suite, self.__argumentNamespace.repo_location, self.log)
......
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