Commit 374fd042 authored by Benjamin Blanc's avatar Benjamin Blanc

revert: scalability/runScalabilityTestSuite: Add quotes in command line arguments

parent 4114ee9e
...@@ -335,7 +335,7 @@ class ScalabilityLauncher(object): ...@@ -335,7 +335,7 @@ class ScalabilityLauncher(object):
command = [tester_path, command = [tester_path,
self.__argumentNamespace.erp5_url, self.__argumentNamespace.erp5_url,
str(user_number), str(user_number),
'"'+' '.join(test_suites)+'"', ' '.join(test_suites),
'--benchmark-path-list', benchmarks_path, '--benchmark-path-list', benchmarks_path,
'--users-file-path', user_file_path, '--users-file-path', user_file_path,
'--users-file', user_file, '--users-file', user_file,
......
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