diff --git a/tests/system-test/0-others/taosShellNetChk.py b/tests/system-test/0-others/taosShellNetChk.py index aac7808d2416c7a4a3deccbc1d9a36e98adb41af..d2efa5d9fec028b1786c62160e0bf5916b317f09 100644 --- a/tests/system-test/0-others/taosShellNetChk.py +++ b/tests/system-test/0-others/taosShellNetChk.py @@ -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')