fix: caseBase.taosdump retFail default is TRue

This commit is contained in:
Alex Duan 2025-02-25 14:06:19 +08:00
parent aff92b763c
commit f30eac1272
1 changed files with 2 additions and 2 deletions

View File

@ -286,8 +286,8 @@ class TBase:
def taos(self, command, show = True, checkRun = False):
return frame.etool.runBinFile("taos", command, show, checkRun)
def taosdump(self, command, show = True, checkRun = True):
return frame.etool.runBinFile("taosdump", command, show, checkRun)
def taosdump(self, command, show = True, checkRun = True, retFail = True):
return frame.etool.runBinFile("taosdump", command, show, checkRun, retFail)
#