Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hzcheng committed Dec 3, 2024
1 parent 1643632 commit 976974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system-test/0-others/compact_vgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def run(self):

def stop(self):
tdSql.close()
tdLog.success(f"stop to execute {__file__}")
tdLog.success("%s successfully executed" % __file__)

tdCases.addLinux(__file__, TDTestCase())
tdCases.addWindows(__file__, TDTestCase())

0 comments on commit 976974c

Please sign in to comment.