Commit aeaa3bde authored by lyn's avatar lyn Committed by vipwzw

exec pipeline

parent dd1130ae
...@@ -6,7 +6,7 @@ CASE_ERR="" ...@@ -6,7 +6,7 @@ CASE_ERR=""
tokenAddr="1Q8hGLfoGe63efeWa8fJ4Pnukhkngt6poK" tokenAddr="1Q8hGLfoGe63efeWa8fJ4Pnukhkngt6poK"
recvAddr="14KEKbYtKKQm4wMthSK9J4La4nAiidGozt" recvAddr="14KEKbYtKKQm4wMthSK9J4La4nAiidGozt"
superManager="0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc" superManager="0xc34b5d9d44ac7b754806f761d3d4d2c4fe5214f6b074c19f069c4f5c2a29c8cc"
tokenSymbol="ABE" tokenSymbol="ABCDE"
token_addr="" token_addr=""
execName="token" execName="token"
...@@ -342,6 +342,7 @@ function token_withdraw() { ...@@ -342,6 +342,7 @@ function token_withdraw() {
function run_test() { function run_test() {
local ip=$1 local ip=$1
set -x
token_preCreate token_preCreate
token_getPreCreated token_getPreCreated
...@@ -355,6 +356,7 @@ function run_test() { ...@@ -355,6 +356,7 @@ function run_test() {
token_sendExec token_sendExec
token_assets token_assets
token_withdraw token_withdraw
set +x
} }
function main() { function main() {
......
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