Commit 9992780e authored by vipwzw's avatar vipwzw

auto ci

parent 6fa4f8c2
...@@ -35,12 +35,9 @@ function system_test_rpc() { ...@@ -35,12 +35,9 @@ function system_test_rpc() {
echo "=========== # system rpc test =============" echo "=========== # system rpc test ============="
echo "ip=$MAIN_HTTP" echo "ip=$MAIN_HTTP"
chain33_lock chain33_lock
chain33_unlock chain33_unlock
if [ -n "$CASE_ERR" ]; then if [ -n "$CASE_ERR" ]; then
echo "there some case error" echo "there some case error"
exit 1 exit 1
......
...@@ -48,8 +48,6 @@ function dapp_rpc_test() { ...@@ -48,8 +48,6 @@ function dapp_rpc_test() {
chain33_unlock chain33_unlock
paracross_GetBlock2MainInfo paracross_GetBlock2MainInfo
if [ -n "$CASE_ERR" ]; then if [ -n "$CASE_ERR" ]; then
echo "paracross there some case error" echo "paracross there some case error"
exit 1 exit 1
......
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