test(e2e): refine space limit tests
This commit is contained in:
parent
b8fdb2bbee
commit
5605839411
2 changed files with 32 additions and 8 deletions
|
@ -288,7 +288,7 @@ func (s *Server) Start() error {
|
|||
sig := <-s.signalChan
|
||||
if sig != nil {
|
||||
s.deps.Log().Infow(
|
||||
fmt.Sprintf("received signal %s: shutting down\n", sig.String()),
|
||||
fmt.Sprintf("received signal %s: shutting down", sig.String()),
|
||||
)
|
||||
}
|
||||
s.Shutdown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue