Update fullopt.py

no check result
This commit is contained in:
Alex Duan 2024-01-26 18:06:10 +08:00 committed by GitHub
parent 7786e5560d
commit 570189e9a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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