From ff959fc4aa4b926857c095469a5d546425993f50 Mon Sep 17 00:00:00 2001 From: jiacy-jcy Date: Fri, 24 Sep 2021 09:44:24 +0800 Subject: [PATCH] update test-all.sh --- tests/test-all.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index 229ceada67..650e94e1bf 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -537,9 +537,12 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "jdbc" ] && [ "$2" != stopTaosd - cd .. - cd .. - cd scrpt/api + cd $tests_dir + echo "current dir: " + pwd + cd script/api + echo "current dir: " + pwd make > /dev/null ./clientcfgtest -- GitLab