os: add taosd assert kill

This commit is contained in:
afwerar 2022-06-15 09:04:06 +08:00
parent c7f2764625
commit 435aca2eeb
1 changed files with 1 additions and 1 deletions

View File

@ -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")