未验证 提交 a2f08cfb 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #1971 from taosdata/feature/add-tag-and-alter-table-cases

fixup: fix fuser call.
......@@ -80,7 +80,7 @@ if __name__ == "__main__":
processID = subprocess.check_output(psCmd, shell=True)
fuserCmd = "fuser -k -n tcp 6030"
subprocess.check_output(fuserCmd, shell=True)
os.system(fuserCmd)
tdLog.info('stop All dnodes')
sys.exit(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册