update test-all script

This commit is contained in:
Ping Xiao 2020-11-03 16:37:18 +08:00
parent b5f65e47bf
commit d3f7bde1b3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ NC='\033[0m'
function runSimCaseOneByOne {
while read -r line; do
if [[ $line =~ ^./test.sh* ]]; then
if [[ $line =~ ^./test.sh* ]] || [[ $line =~ ^run* ]]; then
case=`echo $line | grep sim$ |awk '{print $NF}'`
start_time=`date +%s`