From 435aca2eeb0eb5a9c9a4b1ff2265d32226a8e281 Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Wed, 15 Jun 2022 09:04:06 +0800 Subject: [PATCH] os: add taosd assert kill --- tests/system-test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/test.py b/tests/system-test/test.py index 0022a51329..5a68f548da 100644 --- a/tests/system-test/test.py +++ b/tests/system-test/test.py @@ -165,7 +165,7 @@ if __name__ == "__main__": tdLog.info("Procedures for tdengine deployed in %s" % (host)) if platform.system().lower() == 'windows': - if (masterIp == "" and not fileName[0:3] == "udf"): + if (masterIp == "" and not fileName[0:12] == "0-others\\udf"): threading.Thread(target=checkRunTimeError,daemon=True).start() tdCases.logSql(logSql) tdLog.info("Procedures for testing self-deployment")