fix: -v return 5 lines check

This commit is contained in:
Alex Duan 2025-02-21 16:19:48 +08:00
parent b6c455b2aa
commit d3aedef555
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class TDTestCase(TBase):
rlist2 = self.taos("--version")
self.checkSame(rlist1, rlist2)
self.checkSame(len(rlist1), 4)
self.checkSame(len(rlist1), 5)
if len(rlist1[2]) < 42:
tdLog.exit("git commit id length is invalid: " + rlist1[2])