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() { ...@@ -120,7 +120,7 @@ function paracross_Transfer_Withdraw() {
fi fi
else else
#echo "para_cross_transfer_withdraw success" #echo "para_cross_transfer_withdraw success"
count=`expr $count + 1`; count=$((count+1))
break break
fi fi
done done
...@@ -148,7 +148,7 @@ function paracross_Transfer_Withdraw() { ...@@ -148,7 +148,7 @@ function paracross_Transfer_Withdraw() {
fi fi
else else
#echo "para_cross_transfer_withdraw success" #echo "para_cross_transfer_withdraw success"
count=`expr $count + 1`; count=$((count+1))
break break
fi fi
done 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