Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
96a42335
Commit
96a42335
authored
Dec 10, 2019
by
yingqiumin@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve rpc test
parent
4efd443d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dapp-test-common.sh
build/dapp-test-common.sh
+2
-1
No files found.
build/dapp-test-common.sh
View file @
96a42335
...
@@ -24,7 +24,8 @@ echo_rst() {
...
@@ -24,7 +24,8 @@ echo_rst() {
}
}
chain33_Http
()
{
chain33_Http
()
{
local
body
=
$(
curl
-ksd
"
$1
"
"
$2
"
)
local
body
body
=
$(
curl
-ksd
"
$1
"
"
$2
"
)
=
$(
curl
-ksd
"
$1
"
"
$2
"
)
RETURN_RESP
=
$(
jq
-r
"
$5
"
<<<
"
$body
"
)
RETURN_RESP
=
$(
jq
-r
"
$5
"
<<<
"
$body
"
)
echo
"#response:
$body
"
"
$RETURN_RESP
"
echo
"#response:
$body
"
"
$RETURN_RESP
"
ok
=
$(
echo
"
$body
"
| jq
-r
"
$3
"
)
ok
=
$(
echo
"
$body
"
| jq
-r
"
$3
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment