提交 cbaa4ae3 编写于 作者: H happyguoxy

[TD-10700]<test>alter testcaseFilename

上级 1637bec7
...@@ -93,7 +93,8 @@ class TDTestCase: ...@@ -93,7 +93,8 @@ class TDTestCase:
def run(self): def run(self):
os.system("rm -rf 0-management/1-stable/create_col_tag.py.sql") testcaseFilename = os.path.split(__file__)[-1]
os.system("rm -rf 0-management/1-stable/%s.sql" % testcaseFilename )
tdSql.prepare() tdSql.prepare()
print("==============step1") print("==============step1")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册