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
603ecf62
Commit
603ecf62
authored
Oct 16, 2017
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add sharness test for deprecated supernode option
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
a0bedf6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
test/sharness/t0061-daemon-opts.sh
test/sharness/t0061-daemon-opts.sh
+9
-0
No files found.
test/sharness/t0061-daemon-opts.sh
View file @
603ecf62
...
...
@@ -49,4 +49,13 @@ test_expect_success 'output contains info about dht option' '
test_fsh cat daemon_output
'
test_expect_success
'daemon should not start with supernode dht opt'
'
test_must_fail ipfs daemon --routing=supernode > daemon_output2 2>&1
'
test_expect_success
'output contains info about supernode dht option'
'
grep "supernode routing was never fully implemented" daemon_output2 ||
test_fsh cat daemon_output2
'
test_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