May make the tests less flaky
This commit is contained in:
parent
4d484868f3
commit
7813f06dd1
5 changed files with 10 additions and 2 deletions
|
|
@ -218,6 +218,7 @@ class DebugSession( object ):
|
|||
if self._connection:
|
||||
self._connection.OnData( data )
|
||||
|
||||
|
||||
def OnServerStderr( self, data ):
|
||||
self._logger.info( "Server stderr: %s", data )
|
||||
if self._outputView:
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ class OutputView( object ):
|
|||
if 'E516' not in e:
|
||||
raise
|
||||
|
||||
self._buffers.clear()
|
||||
self._buffers = {}
|
||||
|
||||
def _ShowOutput( self, category ):
|
||||
utils.JumpToWindow( self._window )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue