fix: log informat modify main
This commit is contained in:
parent
c99e59fa94
commit
ddebb61bf4
|
@ -32,7 +32,7 @@ class TDTestCase(TBase):
|
|||
outputs = etool.runBinFile("taosBenchmark", "-V")
|
||||
print(outputs)
|
||||
if len(outputs) != 4:
|
||||
tdLog.exit(f"checkVersion return lines count {len(outputs) != 3}")
|
||||
tdLog.exit(f"checkVersion return lines count {len(outputs)} != 4")
|
||||
# version string len
|
||||
assert len(outputs[1]) > 24
|
||||
# commit id
|
||||
|
|
|
@ -32,7 +32,7 @@ class TDTestCase(TBase):
|
|||
outputs = etool.runBinFile("taosdump", "-V")
|
||||
print(outputs)
|
||||
if len(outputs) != 4:
|
||||
tdLog.exit(f"checkVersion return lines count {len(outputs) != 3}")
|
||||
tdLog.exit(f"checkVersion return lines count {len(outputs)} != 4")
|
||||
# version string len
|
||||
assert len(outputs[1]) > 19
|
||||
# commit id
|
||||
|
|
Loading…
Reference in New Issue