From b3647a23614351aa94d676a9e1b97c3970538c3c Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Tue, 4 Jan 2022 10:27:42 +0800 Subject: [PATCH] [TD-345](other): win run python test case --- tests/pytest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/test.py b/tests/pytest/test.py index 62555f78da..c3ffacf935 100644 --- a/tests/pytest/test.py +++ b/tests/pytest/test.py @@ -122,7 +122,7 @@ if __name__ == "__main__": else: host = masterIp - tdLog.info("Procedures for tdengine deployed in %s" % (host)) + tdLog.info("Procedures for tdengine deployed in %s" % (host)) if windows: tdCases.logSql(logSql) tdLog.info("Procedures for testing self-deployment") -- GitLab