test: add stream cases
This commit is contained in:
parent
10cd04349d
commit
e073e1c1ae
|
@ -825,7 +825,6 @@ class TDCom:
|
||||||
|
|
||||||
def get_path(tool="taosd"):
|
def get_path(tool="taosd"):
|
||||||
selfPath = os.path.dirname(os.path.realpath(__file__))
|
selfPath = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|
||||||
if ("community" in selfPath):
|
if ("community" in selfPath):
|
||||||
projPath = selfPath[:selfPath.find("community")]
|
projPath = selfPath[:selfPath.find("community")]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue