提交 2de96282 编写于 作者: W wu champion

fix the case

上级 ef248d09
......@@ -243,10 +243,11 @@ class TDTestCase:
tdLog.info("==========step3: query join again")
self.sqlsquery()
def stop(self):
tdSql.close()
rm_cmd = f"rm -f /tmp/insert* > /dev/null 2>&1"
_ = subprocess.check_output(rm_cmd, shell=True).decode("utf-8")
def stop(self):
tdSql.close()
tdLog.success(f"{__file__} successfully executed")
tdCases.addLinux(__file__, TDTestCase())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册