From 7211940b89bac98a477fa13acf6270a2e462e3ed Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 20 Feb 2025 21:57:04 +0800 Subject: [PATCH] fix: remove duplicate taos --- tests/army/cmdline/taosCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/cmdline/taosCli.py b/tests/army/cmdline/taosCli.py index 21006f8d1c..8e604c0686 100644 --- a/tests/army/cmdline/taosCli.py +++ b/tests/army/cmdline/taosCli.py @@ -64,7 +64,7 @@ class TDTestCase(TBase): # hori - cmd = f'taos -s "select * {db}.{stb} limit 10"' + cmd = f'-s "select * {db}.{stb} limit 10"' rlist = etool.runBinFile("taos", cmd) # line count self.checkSame(len(rlist), 18)