Merge remote-tracking branch 'origin/3.0' into fix/TD-20631

This commit is contained in:
Shengliang Guan 2022-11-23 22:38:29 +08:00
commit e36fd254b1
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')