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
3c067b87
Commit
3c067b87
authored
Jul 17, 2020
by
vipwzw
Committed by
33cn
Jul 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto ci
parent
8a21a23d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test-rpc.sh
plugin/dapp/x2ethereum/cmd/test/test-rpc.sh
+3
-3
No files found.
plugin/dapp/x2ethereum/cmd/test/test-rpc.sh
View file @
3c067b87
...
@@ -106,8 +106,8 @@ function updata_relayer_toml_rpc() {
...
@@ -106,8 +106,8 @@ function updata_relayer_toml_rpc() {
function
copyErrLogs
()
{
function
copyErrLogs
()
{
if
[
-n
"
$CASE_ERR
"
]
;
then
if
[
-n
"
$CASE_ERR
"
]
;
then
# shellcheck disable=SC2116
# shellcheck disable=SC2116
dirNameFa
=
$(
echo
~
)
dirNameFa
=
$(
echo
~
)
dirName
=
"
$dirNameFa
/x2ethereumlogs"
dirName
=
"
$dirNameFa
/x2ethereumlogs"
if
[
!
-d
"
${
dirName
}
"
]
;
then
if
[
!
-d
"
${
dirName
}
"
]
;
then
...
@@ -116,7 +116,7 @@ function copyErrLogs() {
...
@@ -116,7 +116,7 @@ function copyErrLogs() {
fi
fi
for
name
in
A B C D
;
do
for
name
in
A B C D
;
do
cp
"./x2ethereum/
$name
/ebrelayer.log"
"
$dirName
/rpc_ebrelayer
$name
.log"
cp
"./x2ethereum/
$name
/ebrelayer.log"
"
$dirName
/rpc_ebrelayer
$name
.log"
done
done
docker
cp
"
${
NODE3
}
"
:/root/logs/chain33.log
"
$dirName
/rpc_chain33.log"
docker
cp
"
${
NODE3
}
"
:/root/logs/chain33.log
"
$dirName
/rpc_chain33.log"
fi
fi
...
...
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