Merge pull request #12019 from taosdata/test/progress_info
ci: print running cases
This commit is contained in:
commit
7a4ae40f63
|
@ -1,5 +1,6 @@
|
|||
#!/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
|
||||
|
|
Loading…
Reference in New Issue