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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue