From b168f3631aef14a42b77db98e1993bc224f1020f Mon Sep 17 00:00:00 2001 From: vipwzw Date: Sun, 20 Oct 2019 21:03:18 +0800 Subject: [PATCH] auto ci --- build/system-test-rpc.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/system-test-rpc.sh b/build/system-test-rpc.sh index d51e371de5..cd2d3d336a 100755 --- a/build/system-test-rpc.sh +++ b/build/system-test-rpc.sh @@ -37,16 +37,16 @@ chain33_lock() { } chain33_unlock() { - http_req '{"method":"Chain33.UnLock","params":[{"passwd":"1314fuzamei","timeout":0}]}' ${MAIN_HTTP} ".result.isOK" "$FUNCNAME" + http_req '{"method":"Chain33.UnLock","params":[{"passwd":"1314fuzamei","timeout":0}]}' ${MAIN_HTTP} ".result.isOK" "$FUNCNAME" } chain33_WalletTxList() { req='"method":"Chain33.WalletTxList", "params":[{"fromTx":"", "count":2, "direction":1}]' - http_req "$req" '(.error|not) and (.result.txDetails|length == 2)' "$FUNCNAME" + http_req "$req" '(.error|not) and (.result.txDetails|length == 2)' "$FUNCNAME" } chain33_ImportPrivkey() { - http_req "$req" '(.error|not) and (.result.label=="testimportkey") and (.result.acc.addr == "1D9xKRnLvV2zMtSxSx33ow1GF4pcbLcNRt")' "$FUNCNAME" + http_req "$req" '(.error|not) and (.result.label=="testimportkey") and (.result.acc.addr == "1D9xKRnLvV2zMtSxSx33ow1GF4pcbLcNRt")' "$FUNCNAME" } chain33_DumpPrivkey() {