Skip to content

Commit

Permalink
修复remote模式下,用例执行、报告收集阶段失败,youqu命令状态为0的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Oct 14, 2024
1 parent 5f6777a commit ddcb081
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rtk/remote_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ def run_pytest_cmd(self, user, _ip, password):
if self.default.get(Args.debug.value):
logger.info("DEBUG 模式不执行用例!")
else:
status = system(cmd_str)
self.set_youqu_run_exitcode(status)
system(cmd_str)

def pytest_co_cmd(self):
"""
Expand Down

0 comments on commit ddcb081

Please sign in to comment.