未验证 提交 bdd0ebd8 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #12322 from taosdata/fix/ZhiqiangWang/fix-15311-TDinternal-CI-pytest-error

fix(os): TDinternal CI pytest error.
......@@ -460,8 +460,7 @@ class TDDnodes:
processID = subprocess.check_output(
psCmd, shell=True).decode("utf-8")
binPath = os.path.dirname(os.path.realpath(__file__))
binPath = binPath + "/../../../debug/"
binPath = self.dnodes[0].getPath() + "/../../../"
tdLog.debug("binPath %s" % (binPath))
binPath = os.path.realpath(binPath)
tdLog.debug("binPath real path %s" % (binPath))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册