From 7786e5560d540c188de0d58becfe95d8c2de9a37 Mon Sep 17 00:00:00 2001 From: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:59:27 +0800 Subject: [PATCH] Update fullopt.py modify -k --- tests/army/community/cmdline/fullopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/community/cmdline/fullopt.py b/tests/army/community/cmdline/fullopt.py index 39d1d581ed..a9a0b5fd56 100644 --- a/tests/army/community/cmdline/fullopt.py +++ b/tests/army/community/cmdline/fullopt.py @@ -91,7 +91,7 @@ class TDTestCase(TBase): # -C etool.exeBinFile("taosd", "-C") # -k - rets = etool.runBinFile("taosd", "-C") + rets = etool.runBinFile("taosd", "-k") self.checkListNotEmpty(rets) # -V rets = etool.runBinFile("taosd", "-V")