Commit 3f163017 authored by Yusei Tahara's avatar Yusei Tahara

erp5/util/scalability/runScalabilityTestSuite.py: Add a log message about log file location change.

parent bc5a5605
......@@ -170,6 +170,8 @@ class ScalabilityLauncher(object):
os.makedirs(new_directory_path)
for file_to_move in file_to_move_list:
shutil.move(file_to_move, new_directory_path)
self.log("Logs were moved from %s to %s" % (
self.__argumentNamespace.log_path, new_directory_path))
def getRunningTest(self):
"""
......
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