[test: modify test case]

This commit is contained in:
plum-lihui 2022-04-28 16:46:17 +08:00
parent 0260686faa
commit 75c06777c1
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class TDTestCase:
retCode = taos_command(buildPath, "f", keyDict['f'], 'performance_schema', keyDict['c'], '', '', '')
print("============ ret code: ", retCode)
if retCode != "TAOS_OK":
tdLog.exit("taos -s fail")
tdLog.exit("taos -f fail")
print ("========== check new db ==========")
tdSql.query("show databases")