From d7f3d3aa7b897d01d4f27c12c9d33d3b0a782dda Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Fri, 28 Oct 2022 09:17:34 +0800 Subject: [PATCH] test:modify testcase of taosDshell.py --- tests/system-test/0-others/taosdShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosdShell.py b/tests/system-test/0-others/taosdShell.py index e09c8edce9..aeaa0eecb8 100644 --- a/tests/system-test/0-others/taosdShell.py +++ b/tests/system-test/0-others/taosdShell.py @@ -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 ")