diff --git a/tests/army/community/cmdline/fullopt.py b/tests/army/community/cmdline/fullopt.py index a9a0b5fd56..6206aaf6fb 100644 --- a/tests/army/community/cmdline/fullopt.py +++ b/tests/army/community/cmdline/fullopt.py @@ -91,8 +91,7 @@ class TDTestCase(TBase): # -C etool.exeBinFile("taosd", "-C") # -k - rets = etool.runBinFile("taosd", "-k") - self.checkListNotEmpty(rets) + etool.runBinFile("taosd", "-k", wait=False) # -V rets = etool.runBinFile("taosd", "-V") self.checkListNotEmpty(rets)