This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
rollback: cleanup second node during test
pull/8175/head
tycho garen
3 years ago
parent
cc838a5a19
commit
27ccfea8b1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cmd/tendermint/commands/rollback_test.go
+ 1
- 0
cmd/tendermint/commands/rollback_test.go
View File
@ -53,6 +53,7 @@ func TestRollbackIntegration(t *testing.T) {
defer
cancel
(
)
node2
,
_
,
err2
:=
rpctest
.
StartTendermint
(
ctx
,
cfg
,
app
,
rpctest
.
SuppressStdout
)
require
.
NoError
(
t
,
err2
)
t
.
Cleanup
(
node2
.
Wait
)
logger
:=
log
.
NewNopLogger
(
)
Write
Preview
Loading…
Cancel
Save