fix: caseBase.taosdump retFail default is TRue
This commit is contained in:
parent
aff92b763c
commit
f30eac1272
|
@ -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)
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue