From ddcb08147c4aa10b8bf11a1aa746e3763e75a311 Mon Sep 17 00:00:00 2001 From: mikigo Date: Mon, 14 Oct 2024 13:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dremote=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=EF=BC=8C=E7=94=A8=E4=BE=8B=E6=89=A7=E8=A1=8C=E3=80=81?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E6=94=B6=E9=9B=86=E9=98=B6=E6=AE=B5=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=8Cyouqu=E5=91=BD=E4=BB=A4=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=BA0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rtk/remote_runner.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rtk/remote_runner.py b/src/rtk/remote_runner.py index 0ddde364..0e186e12 100644 --- a/src/rtk/remote_runner.py +++ b/src/rtk/remote_runner.py @@ -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): """