From dd3255c1ae1d80051c512f6ff547f0cc1a6b82c0 Mon Sep 17 00:00:00 2001 From: Jason-Jia Date: Thu, 23 Sep 2021 17:55:12 +0800 Subject: [PATCH] Update test-all.sh --- tests/test-all.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/test-all.sh b/tests/test-all.sh index dbed78e8f0..d1051292fd 100755 --- a/tests/test-all.sh +++ b/tests/test-all.sh @@ -536,9 +536,10 @@ if [ "$2" != "sim" ] && [ "$2" != "python" ] && [ "$2" != "jdbc" ] && [ "$2" != echo "### run setconfig tests ###" stopTaosd - - cd .. - cd .. + + cd $tests_dir + echo "current dir: " + pwd cd script/api make > /dev/null -- GitLab