fix lowa test failure

This commit is contained in:
Ping Xiao 2021-01-05 17:19:31 +08:00
parent 66d0d615c8
commit 1d6105641f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class TDTestCase:
else:
tdLog.info("taosd found in %s" % buildPath)
binPath = buildPath+ "/build/bin/"
os.system("yes | %slowa -f tools/insert.json" % binPath)
os.system("yes | %staosdemox -f tools/insert.json" % binPath)
tdSql.execute("use db01")
tdSql.query("select count(*) from stb01")