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
ed3b6e8f
Commit
ed3b6e8f
authored
Aug 12, 2020
by
QM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test x2eth
parent
f2600ce4
Hide 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-pre.sh
build/docker-compose-pre.sh
+1
-1
No files found.
build/dapp-test-rpc.sh
View file @
ed3b6e8f
...
@@ -15,7 +15,7 @@ function dapp_test_rpc() {
...
@@ -15,7 +15,7 @@ function dapp_test_rpc() {
rm
-f
"jobsTicket.log"
rm
-f
"jobsTicket.log"
rm
-rf
"outdir"
rm
-rf
"outdir"
dapps
=
$(
find
.
-maxdepth
1
-type
d
!
-name
dapptest
!
-name
ticket
!
-name
x2ethereum
!
-name
.
|
sed
's/^\.\///'
|
sort
)
dapps
=
$(
find
.
-maxdepth
1
-type
d
!
-name
dapptest
!
-name
ticket
!
-name
.
|
sed
's/^\.\///'
|
sort
)
echo
"dapps list:
$dapps
"
echo
"dapps list:
$dapps
"
set
+e
set
+e
parallel
-k
--jobs
40
--results
outdir
--joblog
./jobs.log ./
{}
/
"
${
RPC_TESTFILE
}
"
"
$ip
"
"
$node3
"
:::
"
$dapps
"
parallel
-k
--jobs
40
--results
outdir
--joblog
./jobs.log ./
{}
/
"
${
RPC_TESTFILE
}
"
"
$ip
"
"
$node3
"
:::
"
$dapps
"
...
...
build/docker-compose-pre.sh
View file @
ed3b6e8f
...
@@ -100,7 +100,7 @@ function main() {
...
@@ -100,7 +100,7 @@ function main() {
echo
"============ run main end ================="
echo
"============ run main end ================="
find
.
-maxdepth
1
-type
d
-name
"*-ci"
-exec
rm
-rf
{}
\;
find
.
-maxdepth
1
-type
d
-name
"*-ci"
-exec
rm
-rf
{}
\;
dir
=
$(
find
.
-maxdepth
1
-type
d
!
-name
system
!
-name
x2ethereum
!
-name
.
|
sed
's/^\.\///'
)
dir
=
$(
find
.
-maxdepth
1
-type
d
!
-name
system
!
-name
.
|
sed
's/^\.\///'
)
for
app
in
$dir
;
do
for
app
in
$dir
;
do
run_single_app
"
${
app
}
"
"
$TESTCASEFILE
"
"down"
run_single_app
"
${
app
}
"
"
$TESTCASEFILE
"
"down"
done
done
...
...
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