未验证 提交 489417da 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #14865 from taosdata/test/nonzero_exit_code

ci: explicitly exit 0
......@@ -65,6 +65,7 @@ ulimit -c unlimited
$TIMEOUT_CMD $cmd
RET=$?
echo "cmd exit code: $RET"
if [ $RET -ne 0 ]; then
pwd
......
......@@ -370,3 +370,4 @@ if __name__ == "__main__":
tdLog.info("not need to query")
if conn is not None:
conn.close()
sys.exit(0)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册