From d73be1bce6c97d8637314dce4f1b571741974d86 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Mon, 3 Jan 2022 09:20:18 +0800 Subject: [PATCH] (full)update) --- tests/test-CI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-CI.sh b/tests/test-CI.sh index 8537ec2a54..b9fd8aa89f 100755 --- a/tests/test-CI.sh +++ b/tests/test-CI.sh @@ -54,7 +54,7 @@ function dohavecore(){ function runSimCaseOneByOnefq { end=`sed -n '$=' jenkins/basic.txt` for ((i=1;i<=$end;i++)) ; do - if [[ $(($i%$2)) -eq $4 ]];then + if [[ $(($i%$1)) -eq $3 ]];then line=`sed -n "$i"p jenkins/basic.txt` if [[ $line =~ ^./test.sh* ]] || [[ $line =~ ^run* ]]; then case=`echo $line | grep sim$ |awk '{print $NF}'` -- GitLab