diff --git a/tests/army/cmdline/fullopt.py b/tests/army/cmdline/fullopt.py index 4c320b87c6..500d481b5d 100644 --- a/tests/army/cmdline/fullopt.py +++ b/tests/army/cmdline/fullopt.py @@ -154,7 +154,8 @@ class TDTestCase(TBase): sc.dnodeStop(idx) etool.exeBinFile("taos", f'-n server', wait=False) time.sleep(3) - etool.exeBinFile("taos", f'-n client', wait=True) + rlist = etool.exeBinFile("taos", f'-n client', wait=True) + self.checkListString(rlist, "total succ: 100/100") eos.exe("pkill -9 taos") # call enter password