Hi Michal, On Wed, 24 Aug 2022 at 00:48, Michal Suchanek <[email protected]> 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 <[email protected]> > --- > 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 ++++++++------ > 4 files changed, 32 insertions(+), 25 deletions(-) >
Reviewed-by: Simon Glass <[email protected]> But please can you update doc/develop/testing.rst ? Regards, Simon

