提交 eee98ab0 编写于 作者: C cpwu

fix case

上级 18eb0af9
......@@ -184,7 +184,7 @@ class TDTestCase:
def login_currrent(self, user, passwd):
login_except, _ = self.user_login(user, passwd)
if login_except:
tdLog.exit("connect failed, user and pass do not match!")
tdLog.exit(f"connect failed, user: {user} and pass: {passwd} do not match!")
else:
tdLog.info("connect successfully, user and pass matched!")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册