Commit 990a0646 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability/runScalabilityTestSuite: Add quotes in command line arguments

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