From 23ed92d9866b1edf68955ac5a4633019cae62947 Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 23 Dec 2021 17:03:34 +0800 Subject: [PATCH] Update test-CI.sh --- tests/test-CI.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-CI.sh b/tests/test-CI.sh index f08479bc80..7c31d4cd61 100755 --- a/tests/test-CI.sh +++ b/tests/test-CI.sh @@ -208,8 +208,8 @@ if [ "$1" == "full" ]; then runPyCaseOneByOne fulltest-connector.sh else echo "### run $1 $2 test ###" - if [ "$1" != "query" ] && [ "$1" != "other" ] && [ "$1" != "tools" ] && [ "$1" != "insert" ] && [ "$1" != "connector" ] ;then - echo " wrong option:$1 must one of [query,other,tools,insert,connector]" + if [ "$1" != "query" ] && [ "$1" != "other" ] && [ "$1" != "tools" ] && [ "$1" != "insert" ] && [ "$1" != "connector" ] && [ "$1" != "taosAdapter" ] ;then + echo " wrong option:$1 must one of [query,other,tools,insert,connector,taosAdapter]" exit 8 fi cd $tests_dir/pytest -- GitLab