enh: word case modify to lower
This commit is contained in:
parent
f2285408df
commit
dd3601bb8e
|
@ -204,7 +204,7 @@ class TDTestCase(TBase):
|
||||||
#print(errCodes)
|
#print(errCodes)
|
||||||
# result
|
# result
|
||||||
if failed > 0:
|
if failed > 0:
|
||||||
tdLog.exit("Failed to Check the consistency of error codes between header and doc. "
|
tdLog.exit("Failed to check the consistency of error codes between header and doc. "
|
||||||
f"failed:{failed}, ignored:{ignored}, all:{hLen}\n")
|
f"failed:{failed}, ignored:{ignored}, all:{hLen}\n")
|
||||||
|
|
||||||
tdLog.info(f"Check consistency successfully. ok items={hLen - ignored}, ignored items={ignored}\n")
|
tdLog.info(f"Check consistency successfully. ok items={hLen - ignored}, ignored items={ignored}\n")
|
||||||
|
|
Loading…
Reference in New Issue