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
c70f78e1
Commit
c70f78e1
authored
May 29, 2019
by
mdj33
Committed by
vipwzw
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment rpc test
parent
80648a11
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dapp-test-rpc.sh
build/dapp-test-rpc.sh
+1
-1
docker-compose.sh
build/docker-compose.sh
+1
-1
No files found.
build/dapp-test-rpc.sh
View file @
c70f78e1
...
@@ -8,7 +8,7 @@ function dapp_test_rpc() {
...
@@ -8,7 +8,7 @@ function dapp_test_rpc() {
echo
"============ # dapp rpc test begin ============="
echo
"============ # dapp rpc test begin ============="
if
[
-d
dapptest
]
;
then
if
[
-d
dapptest
]
;
then
cd
dapptest
||
return
cd
dapptest
||
return
dir
=
$(
find
.
-maxdepth
1
-type
d
!
-name
dapptest
!
-name
lottery
!
-name
.
|
sed
's/^\.\///'
)
dir
=
$(
find
.
-maxdepth
1
-type
d
!
-name
dapptest
!
-name
.
|
sed
's/^\.\///'
)
for
app
in
$dir
;
do
for
app
in
$dir
;
do
echo
"=========== #
$app
rpc test ============="
echo
"=========== #
$app
rpc test ============="
./
"
$app
/
${
RPC_TESTFILE
}
"
"
$ip
"
./
"
$app
/
${
RPC_TESTFILE
}
"
"
$ip
"
...
...
build/docker-compose.sh
View file @
c70f78e1
...
@@ -372,7 +372,7 @@ function main() {
...
@@ -372,7 +372,7 @@ function main() {
dapp_run
test
"
${
ip
}
"
dapp_run
test
"
${
ip
}
"
### rpc test ###
### rpc test ###
rpc_test
"
${
ip
}
"
#
rpc_test "${ip}"
### finish ###
### finish ###
check_docker_container
check_docker_container
...
...
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