Commit 7c3f8b34 authored by vipwzw's avatar vipwzw

Update dapp-test-rpc.sh

parent 27c5e6fd
...@@ -5,7 +5,7 @@ RPC_TESTFILE=test-rpc.sh ...@@ -5,7 +5,7 @@ RPC_TESTFILE=test-rpc.sh
function dapp_test_rpc() { function dapp_test_rpc() {
local ip=$1 local ip=$1
echo "=========== # dapp rpc test =============" echo "============ # dapp rpc test ============="
if [ -d dapptest ]; then if [ -d dapptest ]; then
cd dapptest || return cd dapptest || return
dir=$(find . -maxdepth 1 -type d ! -name dapptest ! -name . | sed 's/^\.\///') dir=$(find . -maxdepth 1 -type d ! -name dapptest ! -name . | sed 's/^\.\///')
......
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