Commit 24313b68 authored by yukang's avatar yukang

optimize Para rpc testcase for ci review

parent ea4ebe89
......@@ -120,7 +120,7 @@ function paracross_Transfer_Withdraw() {
fi
else
#echo "para_cross_transfer_withdraw success"
count=`expr $count + 1`;
count=$((count+1))
break
fi
done
......@@ -148,7 +148,7 @@ function paracross_Transfer_Withdraw() {
fi
else
#echo "para_cross_transfer_withdraw success"
count=`expr $count + 1`;
count=$((count+1))
break
fi
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment