Merge pull request #12019 from taosdata/test/progress_info

ci: print running cases
This commit is contained in:
Hui Li 2022-04-28 17:55:05 +08:00 committed by GitHub
commit 7a4ae40f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x
python3 ./test.py -f 0-others/taosShell.py

View File

@ -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