Re: [PATCH 1/6] test: Update fs_helper to support passing in the image

2025-05-15 Thread Tom Rini
On Thu, May 15, 2025 at 09:33:18PM +0200, Simon Glass wrote: > Hi Tom, > > On Thu, 15 May 2025 at 15:55, Tom Rini wrote: > > > > On Thu, May 15, 2025 at 06:51:17AM -0700, Simon Glass wrote: > > > This function is useful for other scripts, so add a parameter to specify > > > the image name, if des

Re: [PATCH 1/6] test: Update fs_helper to support passing in the image

2025-05-15 Thread Simon Glass
Hi Tom, On Thu, 15 May 2025 at 15:55, Tom Rini wrote: > > On Thu, May 15, 2025 at 06:51:17AM -0700, Simon Glass wrote: > > This function is useful for other scripts, so add a parameter to specify > > the image name, if desired. > > > > Also add a flag to quieten the output of some of the tools, s

Re: [PATCH 1/6] test: Update fs_helper to support passing in the image

2025-05-15 Thread Tom Rini
On Thu, May 15, 2025 at 06:51:17AM -0700, Simon Glass wrote: > This function is useful for other scripts, so add a parameter to specify > the image name, if desired. > > Also add a flag to quieten the output of some of the tools, since in > many cases we only want to see warnings / errors. > > Si

Re: [PATCH 1/6] test: Update fs_helper to support passing in the image

2025-05-15 Thread Simon Glass
This function is useful for other scripts, so add a parameter to specify the image name, if desired. Also add a flag to quieten the output of some of the tools, since in many cases we only want to see warnings / errors. Signed-off-by: Simon Glass --- test/py/tests/fs_helper.py | 18 +++