Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
fa337415
Commit
fa337415
authored
Jan 07, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkins: move network-test script to repo
parent
2faafa84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
jenkins/network-test.sh
jenkins/network-test.sh
+13
-0
No files found.
jenkins/network-test.sh
0 → 100755
View file @
fa337415
#!/bin/sh
export
GOPATH
=
$WORKSPACE
PWD
=
`
pwd
`
cd
../3nodetest
make clean
make
test
make save_logs
docker
cp
dockertest_server_1:/root/.go-ipfs/logs/events.log
$(
PWD
)
/build/server-events.log
docker
cp
dockertest_bootstrap_1:/root/.go-ipfs/logs/events.log
$(
PWD
)
/build/bootstrap-events.log
docker
cp
dockertest_client_1:/root/.go-ipfs/logs/events.log
$(
PWD
)
/build/client-events.log
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