未验证 提交 7a4ae40f 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #12019 from taosdata/test/progress_info

ci: print running cases
#!/bin/bash
set -e
set -x
python3 ./test.py -f 0-others/taosShell.py
......
......@@ -93,6 +93,7 @@ function runSimCaseOneByOnefq {
if [[ $line =~ ^./test.sh* ]] || [[ $line =~ ^run* ]]; then
#case=`echo $line | grep sim$ |awk '{print $NF}'`
case=`echo $line | grep -o ".*\.sim" |awk '{print $NF}'`
echo "$line running ..."
start_time=`date +%s`
date +%F\ %T | tee -a out.log
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册