Update taosShellNetChk.py
This commit is contained in:
parent
4b21e19c02
commit
8761972b97
|
@ -231,7 +231,7 @@ class TDTestCase:
|
||||||
finally:
|
finally:
|
||||||
if platform.system().lower() == 'windows':
|
if platform.system().lower() == 'windows':
|
||||||
tdLog.info("ps -a | grep taos | awk \'{print $2}\' | xargs kill -9")
|
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:
|
else:
|
||||||
tdLog.info("pkill -9 taos")
|
tdLog.info("pkill -9 taos")
|
||||||
# os.system('pkill -9 taos')
|
# os.system('pkill -9 taos')
|
||||||
|
|
Loading…
Reference in New Issue