Update fullopt.py modify -k

This commit is contained in:
Alex Duan 2024-01-26 10:59:27 +08:00 committed by GitHub
parent db117a3ac7
commit 7786e5560d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")