Skip to content

Commit

Permalink
print running cases
Browse files Browse the repository at this point in the history
  • Loading branch information
tangfangzhi committed Apr 28, 2022
1 parent 042fdc3 commit 7691a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/system-test/fulltest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

python3 ./test.py -f 0-others/taosShell.py

Expand Down
1 change: 1 addition & 0 deletions tests/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7691a0e

Please sign in to comment.