From cf6cbee568c4e2aa12050ecf9ca4f6d17321392c Mon Sep 17 00:00:00 2001 From: kailixu Date: Thu, 6 Jun 2024 14:10:33 +0800 Subject: [PATCH] test: adjust test case for taos/taosd version output --- tests/system-test/0-others/show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/show.py b/tests/system-test/0-others/show.py index 7c7870e773..64696c5e6d 100644 --- a/tests/system-test/0-others/show.py +++ b/tests/system-test/0-others/show.py @@ -186,7 +186,7 @@ class TDTestCase: tdSql.query('show dnode 1 variables') for i in tdSql.queryResult: if i[1].lower() == "gitinfo": - taosd_gitinfo_sql = f"gitinfo: {i[2]}" + taosd_gitinfo_sql = f"git: {i[2]}" taos_gitinfo_sql = '' tdSql.query('show local variables') for i in tdSql.queryResult: