Commit b290939c authored by hezhengjun's avatar hezhengjun

rename

parent d541828f
......@@ -537,8 +537,8 @@ function TestETH2Chain33Erc20Kill() {
function AllRelayerMainTest() {
set +e
# docker cp ${GOPATH}/src/github.com/33cn/plugin/build/ci/x2Ethereum build_chain33_1:/root/x2Ethereum
# docker cp ${GOPATH}/src/github.com/33cn/plugin/plugin/dapp/x2Ethereum/cmd/build/RopstenTest.sh build_chain33_1:/root/x2Ethereum/RopstenTest.sh
# docker cp ${GOPATH}/src/github.com/33cn/plugin/build/ci/x2ethereum build_chain33_1:/root/x2ethereum
# docker cp ${GOPATH}/src/github.com/33cn/plugin/plugin/dapp/x2ethereum/cmd/build/RopstenTest.sh build_chain33_1:/root/x2ethereum/RopstenTest.sh
Chain33Cli="./../chain33-cli"
......
......@@ -2,7 +2,7 @@
source "./allRelayerTest.sh"
source "./perf_test.sh"
function x2Ethereum() {
function x2ethereum() {
if [ "${2}" == "init" ]; then
return
elif [ "${2}" == "config" ]; then
......
......@@ -463,7 +463,7 @@ function start_trufflesuite() {
#fi
# 启动 eth
docker run -d --name ${ganacheName} -p 7545:8545 -l eth_test trufflesuite/ganache-cli:latest -a 10 --debug -b 5 -m "coast bar giraffe art venue decide symbol law visual crater vital fold"
docker run -d --name ${ganacheName} -p 7545:8545 -l eth_test trufflesuite/ganache-cli:latest -a 10 --debug -b 2 -m "coast bar giraffe art venue decide symbol law visual crater vital fold"
sleep 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