-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes two issues with the implementation of output_if_timeout: 1. The raw byte data was sent to the logger. In order to improve improve readability, the output is now decoded and stdout and stderr is separated by a header/footer. 2. The parameter handled only the timeout generated by the library, not the timeout generated by robot. Now both timeouts write the output to the logger, if output_if_timeout=True Additionally for paramiko, a last read of the channel is done, to fetch as much of the output available as possible.
- Loading branch information
Showing
2 changed files
with
83 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters