未验证 提交 b9ee4631 编写于 作者: T TeslaZhao 提交者: GitHub

Merge pull request #1691 from felixhjh/official_develop

Official develop
......@@ -44,8 +44,9 @@ def mv_log_to_new_dir(dir_path):
serving_log_path = os.environ['SERVING_LOG_PATH']
for file_name in log_files:
file_path = os.path.join(serving_log_path, file_name)
dir_path_temp = os.path.join(dir_path, file_name)
if os.path.exists(file_path):
shutil.move(file_path, dir_path)
shutil.move(file_path, dir_path_temp)
def run_test_cases(cases_list, case_type, is_open_std):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册