Re: [OE-core] [PATCH] rust: Oe-selftest error log on console when it fails.

2024-02-21 Thread Richard Purdie
On Wed, 2024-02-21 at 13:30 +0530, Yash Shinde wrote: > >  The runCmd() returns the 'Result' object containing information about the > command execution. It has the following attributes: >     result.command = command >     result.status = cmd.status >     result.output = cmd.output >    

Re: [OE-core] [PATCH] rust: Oe-selftest error log on console when it fails.

2024-02-21 Thread Shinde, Yash via lists.openembedded.org
On 13-02-2024 23:42, Randy MacLeod wrote: On 2024-02-13 8:04 a.m., yash.shi...@windriver.com wrote: From: Yash Shinde The rust oe-selftest output error log doesn't show any information on console when it fails. The following changes emit stderr logs in terminal along with re-directing stdout