mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
node: sketch of debug node logic
This commit is contained in:
@@ -81,8 +81,10 @@ func TestNodeStartStop(t *testing.T) {
|
||||
panic(err)
|
||||
}
|
||||
err = p.Signal(syscall.SIGABRT)
|
||||
fmt.Println(err)
|
||||
t.Fatal("timed out waiting for shutdown")
|
||||
if err != nil {
|
||||
t.Logf("err: %s", err)
|
||||
}
|
||||
t.Fatalf("timed out waiting for shutdown")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user