未验证 提交 78650cd8 编写于 作者: J jiajingbin 提交者: GitHub

Update common.py

上级 65410621
...@@ -137,8 +137,6 @@ class Common: ...@@ -137,8 +137,6 @@ class Common:
''' '''
recreate jmeter report path recreate jmeter report path
''' '''
if config["jmeter"]["clean_aggregate_report"]:
self.exec_local_cmd(f'sudo rm -rf {self.log_dir}/testcase*')
if os.path.exists(path): if os.path.exists(path):
self.exec_local_cmd(f'rm -rf {path}/*') self.exec_local_cmd(f'rm -rf {path}/*')
else: else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册