Hi Tom, On Wed, 30 Oct 2024 at 00:53, Tom Rini <tr...@konsulko.com> wrote: > > On Wed, Oct 09, 2024 at 07:51:37PM -0600, Simon Glass wrote: > > > Sometimes we know that the board is already running the right software, > > so provide an option to allow running of tests directly, without first > > resetting the board. > > > > This saves time when re-running a test where only the Python code is > > changing. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > I'm not NAK'ing this, but this is not a open to errors kind of change > that I like. It also feels like an unrelated "I find this change useful" > kind of change.
Are you saying this change is open to errors? It just avoids needing to reset the board when I know it is already in a good state. So it is a time-saver. Regards, Simon