Re: [PATCH 02/19] sandbox: Only delete the executable if requested

2021-03-26 Thread Simon Glass
At present sandbox removes its executable after failing to run it, since there is no other way that it would get cleaned up. However, this is actually only wanted if the image was created within sandbox. For the case where the image was generated by the build system, such as u-boot-spl, we don't w

[PATCH 02/19] sandbox: Only delete the executable if requested

2021-03-14 Thread Simon Glass
At present sandbox removes its executable after failing to run it, since there is no other way that it would get cleaned up. However, this is actually only wanted if the image was created within sandbox. For the case where the image was generated by the build system, such as u-boot-spl, we don't w