On Thu, Aug 25, 2022 at 09:01:08AM -0600, Simon Glass wrote: > Hi Michal, > > On Wed, 24 Aug 2022 at 23:51, Michal Suchanek <msucha...@suse.de> wrote: > > > > In some situations it may be needed to pass parameters to sudo or to use > > a different tool to gain root access. Add SUDO variable to specify the > > sudo tool. > > > > Signed-off-by: Michal Suchanek <msucha...@suse.de> > > --- > > doc/develop/testing.rst | 5 +++-- > > test/fs/fat-noncontig-test.sh | 9 +++++---- > > test/fs/fs-test.sh | 26 ++++++++++++++------------ > > test/py/tests/test_fs/conftest.py | 8 +++++--- > > test/py/tests/test_ut.py | 14 ++++++++------ > > 5 files changed, 35 insertions(+), 27 deletions(-) > > This is missing a change log and should have 'Series-version: 2' if > you are using patman.
Hello, sorry for the confusion. This is v2 for https://lists.denx.de/pipermail/u-boot/2022-August/492636.html https://lists.denx.de/pipermail/u-boot/2022-August/492637.html and adds the documentation changes. With that the patches are no longer independent and need to be applied in order. I do not use patman, the coverage results (or errors about missing coverage tool) are displayed during test runs. Thanks Michal