From 8761972b97bcc8949d18ed903560f6ed95475403 Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Wed, 23 Nov 2022 21:34:41 +0800 Subject: [PATCH] Update taosShellNetChk.py --- tests/system-test/0-others/taosShellNetChk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosShellNetChk.py b/tests/system-test/0-others/taosShellNetChk.py index aac7808d24..d2efa5d9fe 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')