未验证 提交 23ed92d9 编写于 作者: C cpwu 提交者: GitHub

Update test-CI.sh

上级 b9bdea10
...@@ -208,8 +208,8 @@ if [ "$1" == "full" ]; then ...@@ -208,8 +208,8 @@ if [ "$1" == "full" ]; then
runPyCaseOneByOne fulltest-connector.sh runPyCaseOneByOne fulltest-connector.sh
else else
echo "### run $1 $2 test ###" echo "### run $1 $2 test ###"
if [ "$1" != "query" ] && [ "$1" != "other" ] && [ "$1" != "tools" ] && [ "$1" != "insert" ] && [ "$1" != "connector" ] ;then 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]" echo " wrong option:$1 must one of [query,other,tools,insert,connector,taosAdapter]"
exit 8 exit 8
fi fi
cd $tests_dir/pytest cd $tests_dir/pytest
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册