Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req

This commit is contained in:
Hongze Cheng 2022-11-23 21:42:32 +08:00
commit 73e736180d
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class TDTestCase:
finally:
if platform.system().lower() == 'windows':
tdLog.info("ps -a | grep taos | awk \'{print $2}\' | xargs kill -9")
# os.system('ps -a | grep taos | awk \'{print $2}\' | xargs kill -9')
os.system('ps -a | grep taos | awk \'{print $2}\' | xargs kill -9')
else:
tdLog.info("pkill -9 taos")
# os.system('pkill -9 taos')