test:modify testcase of taosDshell.py

This commit is contained in:
chenhaoran 2022-10-28 09:17:34 +08:00
parent f637ac29c5
commit d7f3d3aa7b
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 ")