Commit 7da4afe0 authored by Benjamin Blanc's avatar Benjamin Blanc

util: runScalabilityTestSuite: Fix typo in benchmark paths

parent 6b7b86fe
......@@ -133,8 +133,8 @@ class ScalabilityLauncher(object):
error_message_set, exit_status = set(), 0
test_suites = 'createPerson createWebPage'
benchmark_path_list = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples'
user_file_path = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples'
benchmark_path_list = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples/'
user_file_path = '/opt/slapgrid/0d079fd393801181806cf894bf39aca6/parts/erp5/erp5/util/benchmark/examples/'
tester_path = self.__argumentNamespace.runner_path
while time.time()-start_time < max_time:
......
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