Commit 6624d035 authored by mdj33's avatar mdj33

update case

parent 988eeb54
......@@ -440,7 +440,7 @@ function main() {
### test cases ###
ip=$(${CLI} net info | jq -r ".externalAddr")
ip=$(echo "$ip" | cut -d':' -f 1)
#dapp_run test "${ip}"
dapp_run test "${ip}"
### rpc test ###
rpc_test "${ip}"
......
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