test:modify testcase for taosdShell

This commit is contained in:
chenhaoran 2022-11-07 10:19:39 +08:00
parent b911f3576a
commit a151e81aeb
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class TDTestCase:
startAction=" -E taosdCaseTmp/.env"
tdLog.printNoPrefix("================================ parameter: %s"%startAction)
os.system(" mkdir -p taosdCaseTmp/.env ")
os.system(" mkdir -p taosdCaseTmp ")
os.system("echo \'TAOS_QUERY_POLICY=3\' > taosdCaseTmp/.env ")
self.taosdCommandStop(startAction,taosdCmdRun)
os.system(" rm -rf taosdCaseTmp/.env ")