Re: [PATCH v2] pytest: Show a message when sandbox crashes

2021-10-15 Thread Tom Rini
On Fri, Oct 08, 2021 at 09:15:23AM -0600, Simon Glass wrote: > When a test hands on a real board there is no way on the console to obtain > any information about why it hung. > > With sandbox we can actually find out that it died and get a signal or > exit code. Add this to make it easier to

[PATCH v2] pytest: Show a message when sandbox crashes

2021-10-08 Thread Simon Glass
When a test hands on a real board there is no way on the console to obtain any information about why it hung. With sandbox we can actually find out that it died and get a signal or exit code. Add this to make it easier to figure out what happened. So instead of: test/py/u_boot_spawn.py:171: in