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
92f3725f
Unverified
Commit
92f3725f
authored
Jun 13, 2018
by
Whyrusleeping
Committed by
GitHub
Jun 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5069 from ipfs/feat/cat-iptb-logs
cat iptb logs on iptb failure (for debugging CI)
parents
1f3a5fe4
8f95badb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
test/sharness/lib/iptb-lib.sh
test/sharness/lib/iptb-lib.sh
+11
-0
No files found.
test/sharness/lib/iptb-lib.sh
View file @
92f3725f
...
...
@@ -17,6 +17,17 @@ check_has_connection() {
grep
"ipfs"
"swarm_peers_
$node
"
>
/dev/null
}
iptb
()
{
if
!
command
iptb
"
$@
"
;
then
case
"
$1
"
in
start|stop|connect
)
test_fsh
command
iptb logs
'*'
;;
esac
return
1
fi
}
startup_cluster
()
{
num_nodes
=
"
$1
"
shift
...
...
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