Merge pull request #12322 from taosdata/fix/ZhiqiangWang/fix-15311-TDinternal-CI-pytest-error
fix(os): TDinternal CI pytest error.
This commit is contained in:
commit
bdd0ebd810
|
@ -460,8 +460,7 @@ class TDDnodes:
|
||||||
processID = subprocess.check_output(
|
processID = subprocess.check_output(
|
||||||
psCmd, shell=True).decode("utf-8")
|
psCmd, shell=True).decode("utf-8")
|
||||||
|
|
||||||
binPath = os.path.dirname(os.path.realpath(__file__))
|
binPath = self.dnodes[0].getPath() + "/../../../"
|
||||||
binPath = binPath + "/../../../debug/"
|
|
||||||
tdLog.debug("binPath %s" % (binPath))
|
tdLog.debug("binPath %s" % (binPath))
|
||||||
binPath = os.path.realpath(binPath)
|
binPath = os.path.realpath(binPath)
|
||||||
tdLog.debug("binPath real path %s" % (binPath))
|
tdLog.debug("binPath real path %s" % (binPath))
|
||||||
|
|
Loading…
Reference in New Issue