Merge pull request #4089 from taosdata/xiaoping/add_test_case2
update test-all script
This commit is contained in:
commit
c4a077665c
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue