[PATCH 2/2] tests: Do not hardcode sudo tool
Simon Glass
sjg at chromium.org
Thu Aug 25 17:01:08 CEST 2022
Hi Michal,
On Wed, 24 Aug 2022 at 23:51, Michal Suchanek <msuchanek at 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 <msuchanek at 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.
Regards,
SImon
More information about the U-Boot
mailing list