diff --git a/tests/army/frame/caseBase.py b/tests/army/frame/caseBase.py index cdc0025470..4427ddcea5 100644 --- a/tests/army/frame/caseBase.py +++ b/tests/army/frame/caseBase.py @@ -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) #