Skip to content
Commit 67c7d30a authored by Ryan Roberts's avatar Ryan Roberts
Browse files

cli: Improve logging when remote command exits with non-zero



Previously we were just printing the exception. But the __str__()
representation of the exception only contains the last 10 lines of
stdout and stderr. For pts issues, most of the error was lost. So let's
explcitly log all the stdout and stderr info.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 91e3cff3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment